Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: chrome/browser/profiles/profile_manager.h

Issue 12314093: Capture the exit status of the first-run AutoImport and make it available to tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable WaitForImport on Linux Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 72510d9140859869a21419990a4e81bf09c8582a..71139bc225fb49fe66b2a92ea2cdbdc614bd99d3 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -129,11 +129,6 @@ class ProfileManager : public base::NonThreadSafe,
// profile import process.
static bool IsImportProcess(const CommandLine& command_line);
- // Whether a first-run import was triggered before the browser mainloop began.
- // This is used in testing to verify import startup actions that occur before
- // an observer can be registered in the test.
- static bool DidPerformProfileImport();
-
// Indicate that an import process will run for the next created Profile.
void SetWillImport();
bool will_import() { return will_import_; }

Powered by Google App Engine
This is Rietveld 408576698