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

Unified Diff: chrome/browser/ui/webui/extensions/pack_extension_handler.cc

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes 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/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));

Powered by Google App Engine
This is Rietveld 408576698