summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_manager.h')
-rw-r--r--chrome/browser/profiles/profile_manager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 05babfa..5b55baa 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_; }