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

Unified Diff: chrome/browser/dom_ui/advanced_options_handler.h

Issue 3187010: dom-ui options: Add button for displaying Gears settings (windows only).... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to r56875. Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/advanced_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/advanced_options_handler.h
===================================================================
--- chrome/browser/dom_ui/advanced_options_handler.h (revision 56875)
+++ chrome/browser/dom_ui/advanced_options_handler.h (working copy)
@@ -54,6 +54,9 @@
// Callback for the "Use SSL2" checkbox. This is needed so we can support
// manual handling on Windows.
void HandleUseSSL2Checkbox(const ListValue* args);
+
+ // Callback for the "Show Gears Settings" button.
+ void HandleShowGearsSettings(const ListValue* args);
#endif
#if !defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/browser/dom_ui/advanced_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698