HomeSort by relevance Sort by last modified time
    Searched refs:password_file_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 261 base::FilePath password_file_; member in class:SyncTest
sync_test.cc 408 password_file_ = cl->GetSwitchValuePath(switches::kPasswordFileForTest);
409 if (password_file_.empty())
413 base::ReadFileToString(password_file_, &file_contents);
415 << password_file_.value() << "\" does not exist.";
420 << password_file_.value()

Completed in 2531 milliseconds