Index: chrome/browser/ui/webui/options/sync_setup_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/options/sync_setup_handler.h (revision 86339) |
+++ chrome/browser/ui/webui/options/sync_setup_handler.h (working copy) |
@@ -34,12 +34,12 @@ |
private: |
// Callbacks from the page. |
- void OnDidShowPage(const ListValue* args); |
void OnDidClosePage(const ListValue* args); |
void HandleSubmitAuth(const ListValue* args); |
void HandleConfigure(const ListValue* args); |
void HandlePassphraseEntry(const ListValue* args); |
void HandlePassphraseCancel(const ListValue* args); |
+ void HandleAttachHandler(const ListValue* args); |
// Weak reference. |
SyncSetupFlow* flow_; |