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

Unified Diff: chrome/browser/extensions/extension_ui_unittest.cc

Issue 7976023: Remove the old chrome://extensions page, since the URL now redirects to the new Settings page.BUG... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/extensions_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_ui_unittest.cc
===================================================================
--- chrome/browser/extensions/extension_ui_unittest.cc (revision 102092)
+++ chrome/browser/extensions/extension_ui_unittest.cc (working copy)
@@ -4,7 +4,7 @@
#include "base/path_service.h"
#include "base/string_util.h"
-#include "chrome/browser/extensions/extensions_ui.h"
+#include "chrome/browser/ui/webui/options/extension_settings_handler.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/extensions/extension.h"
#include "content/common/json_value_serializer.h"
@@ -39,7 +39,7 @@
EXPECT_TRUE(extension.get());
EXPECT_EQ("", error);
- return ExtensionsDOMHandler::CreateExtensionDetailValue(
+ return ExtensionSettingsHandler::CreateExtensionDetailValue(
NULL, extension.get(), pages, true, false);
}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/extensions/extensions_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698