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

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

Issue 12670013: Out-of-process import on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r196136 + modifications in extracted CLs Created 7 years, 8 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 6cee37b8f0bab115b3188530f8497b38c21e1e5f..4cc0f8d22c03a19f1a70217100bb61c6434cc5b3 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -127,10 +127,6 @@ class ProfileManager : public base::NonThreadSafe,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // Returns true if the given command line indicates that this is a short-lived
- // profile import process.
- static bool IsImportProcess(const CommandLine& command_line);
-
// 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