| 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 cece8ae8fa08d1452bf3c39991d5caea630489b3..75d18557fca2e78cc894a2d215f51b73706fb0fc 100644
|
| --- a/chrome/browser/dom_ui/options/core_options_handler.h
|
| +++ b/chrome/browser/dom_ui/options/core_options_handler.h
|
| @@ -83,7 +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 HandleSetDoublePref(const ListValue* args);
|
| void HandleSetStringPref(const ListValue* args);
|
| void HandleSetObjectPref(const ListValue* args);
|
|
|
|
|