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

Unified Diff: chrome/browser/dom_ui/options/personal_options_handler.h

Issue 6489007: Always use ProfileSyncService::ShowErrorUI to handle error links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « no previous file | chrome/browser/dom_ui/options/personal_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/personal_options_handler.h
diff --git a/chrome/browser/dom_ui/options/personal_options_handler.h b/chrome/browser/dom_ui/options/personal_options_handler.h
index 0ded3fa3a0f45ccd9de0334ef5468054e00f30a3..0340f79b44558034cb038ab659af9d6e9429fb3c 100644
--- a/chrome/browser/dom_ui/options/personal_options_handler.h
+++ b/chrome/browser/dom_ui/options/personal_options_handler.h
@@ -42,6 +42,7 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
private:
void ObserveThemeChanged();
+ void ShowSyncActionDialog(const ListValue* args);
void ShowSyncLoginDialog(const ListValue* args);
void ShowCustomizeSyncDialog(const ListValue* args);
void ThemesReset(const ListValue* args);
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/personal_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698