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

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

Issue 15968002: Revert 201837 "OOP import on Windows." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « trunk/src/chrome/browser/profiles/profile.cc ('k') | trunk/src/chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/profiles/profile_manager.h
===================================================================
--- trunk/src/chrome/browser/profiles/profile_manager.h (revision 201967)
+++ trunk/src/chrome/browser/profiles/profile_manager.h (working copy)
@@ -127,6 +127,10 @@
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_; }
« no previous file with comments | « trunk/src/chrome/browser/profiles/profile.cc ('k') | trunk/src/chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698