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

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

Issue 3143009: Reenabled ChromeOS system setting for timezone selection.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
Index: chrome/browser/dom_ui/core_options_handler.h
===================================================================
--- chrome/browser/dom_ui/core_options_handler.h (revision 56142)
+++ chrome/browser/dom_ui/core_options_handler.h (working copy)
@@ -43,8 +43,9 @@
Value::ValueType pref_type,
const std::string& value_string);
+ typedef std::multimap<std::string, std::wstring> PreferenceCallbackMap;
+ PreferenceCallbackMap pref_callback_map_;
private:
- typedef std::multimap<std::string, std::wstring> PreferenceCallbackMap;
// Callback for the "coreOptionsInitialize" message. This message will
// trigger the Initialize() method of all other handlers so that final
// setup can be performed before the page is shown.
@@ -72,7 +73,6 @@
void NotifyPrefChanged(const std::string* pref_name);
- PreferenceCallbackMap pref_callback_map_;
DISALLOW_COPY_AND_ASSIGN(CoreOptionsHandler);
};

Powered by Google App Engine
This is Rietveld 408576698