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

Unified Diff: chrome/browser/dom_ui/options/personal_options_handler.h

Issue 4821003: DOMUI: Turn the google dashboard link into a real link and fix the behavior of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/dom_ui/options/personal_options_handler.h
diff --git a/chrome/browser/dom_ui/options/personal_options_handler.h b/chrome/browser/dom_ui/options/personal_options_handler.h
index 6c6f0806423f01d0f8c177afd2ca536d193bce9d..332027aa77950539b73a98949afa16748d7f7433 100644
--- a/chrome/browser/dom_ui/options/personal_options_handler.h
+++ b/chrome/browser/dom_ui/options/personal_options_handler.h
@@ -36,9 +36,8 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
private:
void ObserveThemeChanged();
void ShowSyncLoginDialog(const ListValue* args);
- void OpenPrivacyDashboardTabAndActivate(const ListValue* args);
void ThemesReset(const ListValue* args);
- void ThemesGallery(const ListValue* args);
+ void GetThemesGalleryURL(const ListValue* args);
#if defined(TOOLKIT_GTK)
void ThemesSetGTK(const ListValue* args);
#endif

Powered by Google App Engine
This is Rietveld 408576698