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

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

Issue 7093004: Sync: Refactor the ProfileSyncService and sync setup flow to remove use of WebUI from PSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests, fixes. Created 9 years, 6 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/personal_options_handler.h
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.h b/chrome/browser/ui/webui/options/personal_options_handler.h
index 387fce6257b3a03a476ecd77303be0f9db27238c..eb58ce458c0825b93a2114d935fb9ee5e91da4fb 100644
--- a/chrome/browser/ui/webui/options/personal_options_handler.h
+++ b/chrome/browser/ui/webui/options/personal_options_handler.h
@@ -45,9 +45,6 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
private:
void ObserveThemeChanged();
- void ShowSyncActionDialog(const ListValue* args);
- void ShowSyncLoginDialog(const ListValue* args);
- void ShowCustomizeSyncDialog(const ListValue* args);
void ThemesReset(const ListValue* args);
#if defined(TOOLKIT_GTK)
void ThemesSetGTK(const ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698