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

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

Issue 14946003: Record first run startup metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile 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
Index: chrome/browser/first_run/first_run_internal.h
diff --git a/chrome/browser/first_run/first_run_internal.h b/chrome/browser/first_run/first_run_internal.h
index d9d1acd7551a22c12c2ac4aa9e029c9642930ec2..9ff23b89523a95f85dcef520da95b4711bdf396d 100644
--- a/chrome/browser/first_run/first_run_internal.h
+++ b/chrome/browser/first_run/first_run_internal.h
@@ -100,7 +100,7 @@ void SetDefaultBrowser(installer::MasterPreferences* install_prefs);
// -- Platform-specific functions --
-void DoPostImportPlatformSpecificTasks();
+void DoPostImportPlatformSpecificTasks(Profile* profile);
// Gives the full path to the sentinel file. The file might not exist.
// This function has a common implementation on OS_POSIX and a windows specific

Powered by Google App Engine
This is Rietveld 408576698