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

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

Issue 10211010: Sync UI: Remove the StopSyncingHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 8 years, 8 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 e03633d7a0d5f0d5051ba9ed7b3d52b47d81cddf..a608b1188615e1c0e57e2f4a5d157bdd3a822558 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.h
+++ b/chrome/browser/ui/webui/sync_setup_handler.h
@@ -99,6 +99,7 @@ class SyncSetupHandler : public options2::OptionsPageUIHandler,
void HandleAttachHandler(const base::ListValue* args);
void HandleShowErrorUI(const base::ListValue* args);
void HandleShowSetupUI(const base::ListValue* args);
+ void HandleStopSyncing(const base::ListValue* args);
// Helper routine that gets the Profile associated with this object (virtual
// so tests can override).
@@ -121,7 +122,7 @@ class SyncSetupHandler : public options2::OptionsPageUIHandler,
void DisplayGaiaLoginWithErrorMessage(const string16& error_message,
bool fatal_error);
- // Instead of siging in, prepare requirements for showing the advanced
+ // Instead of signing in, prepare requirements for showing the advanced
// configuration dialog.
void PrepareConfigDialog();
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698