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

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

Issue 7057038: dom-ui sync: Eliminate jank when customizing sync settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: comment tweak Created 9 years, 7 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/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_;
« no previous file with comments | « chrome/browser/ui/webui/options/personal_options_handler.cc ('k') | chrome/browser/ui/webui/options/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698