| Index: chrome/browser/ui/webui/options/sync_setup_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.h b/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| index 1159e1d6a356ee33e8d55bf0db75c90d5427bcbd..3fab27dc677b88454d314c3530c1e1b104bf4faa 100644
|
| --- a/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| @@ -40,6 +40,7 @@ class SyncSetupHandler : public OptionsPageUIHandler,
|
| void HandlePassphraseEntry(const ListValue* args);
|
| void HandlePassphraseCancel(const ListValue* args);
|
| void HandleAttachHandler(const ListValue* args);
|
| + void HandleShowErrorUI(const ListValue* args);
|
|
|
| // Weak reference.
|
| SyncSetupFlow* flow_;
|
|
|