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

Unified Diff: chrome/browser/ui/webui/options/pack_extension_handler.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/options/pack_extension_handler.cc
diff --git a/chrome/browser/ui/webui/options/pack_extension_handler.cc b/chrome/browser/ui/webui/options/pack_extension_handler.cc
index 3ef768c7f02b297b3dca7f9531d7dec37f33ba57..16a59361e047fc3c6b09a522355129403a79c430 100644
--- a/chrome/browser/ui/webui/options/pack_extension_handler.cc
+++ b/chrome/browser/ui/webui/options/pack_extension_handler.cc
@@ -19,7 +19,7 @@ PackExtensionHandler::~PackExtensionHandler() {
pack_job_->ClearClient();
}
-void PackExtensionHandler::Initialize() {
+void PackExtensionHandler::InitializeHandler() {
Dan Beam 2012/03/13 23:01:45 and this
}
void PackExtensionHandler::GetLocalizedValues(

Powered by Google App Engine
This is Rietveld 408576698