Searched refs:channels_contents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dsxs_linux.cc70 std::string channels_contents; local
71 if (base::ReadFileToString(channels_path, &channels_contents))
72 base::SplitString(channels_contents, '\n', &user_data_dir_channels);
123 std::string channels_contents; local
124 if (!base::ReadFileToString(channels_path, &channels_contents)) {
130 base::SplitString(channels_contents, '\n', &user_data_dir_channels);

Completed in 83 milliseconds