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

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h

Issue 7566026: Sync Promo: Remember promo expanded state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 years, 4 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
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h
diff --git a/chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h b/chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h
index 5275f14b90a65abb742b7c9d5cc11e73c696b78b..5c7c7e1d46ec5cd1e3ee563cc9a028b7d249405a 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h
+++ b/chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.h
@@ -43,6 +43,9 @@ class NewTabSyncSetupHandler : public SyncSetupHandler {
// Sends the sync login name to the page.
void UpdateLogin();
+ // Saves the expanded state to preferences.
+ void SaveExpandedPreference(bool is_expanded);
+
// Preference for the sync login name.
StringPrefMember username_pref_;
};
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698