Index: chrome/browser/ui/webui/extensions/pack_extension_handler.cc |
diff --git a/chrome/browser/ui/webui/options/pack_extension_handler.cc b/chrome/browser/ui/webui/extensions/pack_extension_handler.cc |
similarity index 96% |
rename from chrome/browser/ui/webui/options/pack_extension_handler.cc |
rename to chrome/browser/ui/webui/extensions/pack_extension_handler.cc |
index 40d9241d425ebb97d56051967e2d5c805f434547..a372fa553787fa48e90df2af0a317f5f7e485e39 100644 |
--- a/chrome/browser/ui/webui/options/pack_extension_handler.cc |
+++ b/chrome/browser/ui/webui/extensions/pack_extension_handler.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/ui/webui/options/pack_extension_handler.h" |
+#include "chrome/browser/ui/webui/extensions/pack_extension_handler.h" |
#include "chrome/browser/extensions/extension_creator.h" |
#include "base/bind.h" |
@@ -22,8 +22,6 @@ PackExtensionHandler::~PackExtensionHandler() { |
void PackExtensionHandler::GetLocalizedValues( |
DictionaryValue* localized_strings) { |
DCHECK(localized_strings); |
- RegisterTitle(localized_strings, "packExtensionOverlay", |
- IDS_EXTENSION_PACK_DIALOG_TITLE); |
localized_strings->SetString("packExtensionOverlay", |
l10n_util::GetStringUTF16(IDS_EXTENSION_PACK_DIALOG_TITLE)); |