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

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

Issue 6174009: Tidy up <select>s in tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't anonymize Created 9 years, 11 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/dom_ui/options/core_options_handler.h
diff --git a/chrome/browser/dom_ui/options/core_options_handler.h b/chrome/browser/dom_ui/options/core_options_handler.h
index 7860525422c4afedfc9b01b81eaf5e330b049ec2..cece8ae8fa08d1452bf3c39991d5caea630489b3 100644
--- a/chrome/browser/dom_ui/options/core_options_handler.h
+++ b/chrome/browser/dom_ui/options/core_options_handler.h
@@ -83,6 +83,7 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
// item 2 - name of the metric identifier (optional).
void HandleSetBooleanPref(const ListValue* args);
void HandleSetIntegerPref(const ListValue* args);
+ void HandleSetRealPref(const ListValue* args);
void HandleSetStringPref(const ListValue* args);
void HandleSetObjectPref(const ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698