| 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);
|
|
|
|
|