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

Unified Diff: chrome/browser/ui/webui/sync_setup_handler.h

Issue 7399015: Sync Promo: Add a way to collapse the sync promo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove extra changes Created 9 years, 5 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/ui/webui/sync_setup_handler.h
diff --git a/chrome/browser/ui/webui/sync_setup_handler.h b/chrome/browser/ui/webui/sync_setup_handler.h
index 7b8f9fdce52fa39d7a90ac317b5539e6d6657f6f..c47b5ba6f390f6daf81e691335e8d6a4826c326c 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.h
+++ b/chrome/browser/ui/webui/sync_setup_handler.h
@@ -34,6 +34,9 @@ class SyncSetupHandler : public OptionsPageUIHandler,
static void GetStaticLocalizedValues(DictionaryValue* localized_strings);
+ void OpenSyncSetup();
James Hawkins 2011/07/18 02:37:36 Documentation.
sail 2011/07/20 01:30:46 Done.
+ void CloseSyncSetup();
+
protected:
FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InitialStepLogin);
FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, ChooseDataTypesSetsPrefs);

Powered by Google App Engine
This is Rietveld 408576698