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

Unified Diff: chrome/browser/chromeos/dom_ui/system_options_handler.h

Issue 2835009: Split options page code/html into its own set of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/chromeos/dom_ui/system_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dom_ui/system_options_handler.h
===================================================================
--- chrome/browser/chromeos/dom_ui/system_options_handler.h (revision 51178)
+++ chrome/browser/chromeos/dom_ui/system_options_handler.h (working copy)
@@ -22,10 +22,10 @@
private:
// Creates the map of timezones used by the options page.
- DictionaryValue* GetTimezoneMap();
+ ListValue* GetTimezoneList();
// Gets timezone name.
- std::string GetTimezoneName(const icu::TimeZone* timezone);
+ std::wstring GetTimezoneName(const icu::TimeZone* timezone);
// Gets timezone ID which is also used as timezone pref value.
std::wstring GetTimezoneID(const icu::TimeZone* timezone);
« no previous file with comments | « no previous file | chrome/browser/chromeos/dom_ui/system_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698