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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/stats_options_handler2.cc

Issue 9693032: [uber page] Split up initialization of handlers from initialization of webui pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename Initialize -> InitializeHandler, SendPageValues -> InitializePage Created 8 years, 9 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/ui/webui/options2/chromeos/stats_options_handler2.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/stats_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/stats_options_handler2.cc
index 0911f6500a6d1daac11484ac2f9399711963acc5..72f569949e042915ad279138381ecc7efd6990d7 100644
--- a/chrome/browser/ui/webui/options2/chromeos/stats_options_handler2.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/stats_options_handler2.cc
@@ -24,7 +24,7 @@ void StatsOptionsHandler::GetLocalizedValues(
DictionaryValue* localized_strings) {
}
-void StatsOptionsHandler::Initialize() {
+void StatsOptionsHandler::InitializeHandler() {
Dan Beam 2012/03/13 23:01:45 and this
}
// WebUIMessageHandler implementation.

Powered by Google App Engine
This is Rietveld 408576698