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

Unified Diff: chrome/test/automation/automation_proxy_uitest.cc

Issue 7918019: Change the URL for the Extension Settings page from chrome://settings/extensionSettings to chrome... (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
Index: chrome/test/automation/automation_proxy_uitest.cc
===================================================================
--- chrome/test/automation/automation_proxy_uitest.cc (revision 101732)
+++ chrome/test/automation/automation_proxy_uitest.cc (working copy)
@@ -513,7 +513,7 @@
ASSERT_TRUE(window->RunCommand(IDC_MANAGE_EXTENSIONS));
- EXPECT_EQ("chrome://settings/extensionSettings", GetActiveTabURL().spec());
+ EXPECT_EQ("chrome://settings/extensions", GetActiveTabURL().spec());
}
TEST_F(AutomationProxyTest, AcceleratorHistory) {
« chrome/browser/extensions/notifications_apitest.cc ('K') | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698