Index: chrome/browser/first_run/first_run_win.cc |
=================================================================== |
--- chrome/browser/first_run/first_run_win.cc (revision 199532) |
+++ chrome/browser/first_run/first_run_win.cc (working copy) |
@@ -397,7 +397,7 @@ |
namespace first_run { |
namespace internal { |
-void DoPostImportPlatformSpecificTasks() { |
+void DoPostImportPlatformSpecificTasks(Profile* /* profile */) { |
// Trigger the Active Setup command for system-level Chromes to finish |
// configuring this user's install (e.g. per-user shortcuts). |
// Delay the task slightly to give Chrome launch I/O priority while also |