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..de5598e1dab85b306e19be4aeae625032990cfa0 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 ListValue* args); |
csilv
2012/04/24 23:09:08
base::ListValue*
James Hawkins
2012/04/25 18:48:13
Done.
|
// Helper routine that gets the Profile associated with this object (virtual |
// so tests can override). |