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

Unified Diff: chrome/browser/first_run/first_run.h

Issue 12096114: Extract locking behaviour from ProcessSingleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment clarification. 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/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 2bebc4620e642b7c4a61ccb416ce96abd4d5c986..7221d6c1b04ffd15ccc88254232eaecdf5296fe7 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -20,7 +20,6 @@ class CommandLine;
class GURL;
class PrefRegistrySyncable;
class Profile;
-class ProcessSingleton;
namespace base {
class FilePath;
@@ -141,8 +140,7 @@ const CommandLine& GetExtraArgumentsForImportProcess();
void AutoImport(Profile* profile,
bool homepage_defined,
int import_items,
- int dont_import_items,
- ProcessSingleton* process_singleton);
+ int dont_import_items);
// Does remaining first run tasks for |profile| and makes Chrome default browser
// if |make_chrome_default|. This can pop the first run consent dialog on linux.

Powered by Google App Engine
This is Rietveld 408576698