Sync: Fix a few issues with the refrehsed UI.

BUG=none
TEST=none

[email protected]

Review URL: http://codereview.chromium.org/6878033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82183 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 181cf8e..8ffcd82 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -231,7 +231,12 @@
   // dialog for the error condition (relogin / enter passphrase).
   virtual void ShowErrorUI(gfx::NativeWindow parent_window);
 
-  void ShowConfigure(gfx::NativeWindow parent_window);
+  // Shows the configure screen of the Sync setup wizard. If |sync_everything|
+  // is true, shows the corresponding page in the customize screen; otherwise,
+  // displays the page that gives the user the ability to select which data
+  // types to sync.
+  void ShowConfigure(gfx::NativeWindow parent_window, bool sync_everything);
+
   void PromptForExistingPassphrase(gfx::NativeWindow parent_window);
   void SigninForPassphraseMigration(gfx::NativeWindow parent_window);