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

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

Issue 7793015: ntp4: app install test fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_install_ui_browsertest.cc
diff --git a/chrome/browser/extensions/extension_install_ui_browsertest.cc b/chrome/browser/extensions/extension_install_ui_browsertest.cc
index e08f3fc44ecb7e000271fd11de7aa1ff18852f6d..23ddbb73a366fdc54ae9533ea580bbe83372c8a9 100644
--- a/chrome/browser/extensions/extension_install_ui_browsertest.cc
+++ b/chrome/browser/extensions/extension_install_ui_browsertest.cc
@@ -109,8 +109,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
TabContents* tab_contents = browser()->GetSelectedTabContents();
ASSERT_TRUE(tab_contents);
EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec(),
- "chrome://newtab/#app-id=", // id changes
- false));
+ "chrome://newtab/", false));
}
IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
@@ -131,6 +130,5 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
TabContents* tab_contents = browser()->GetSelectedTabContents();
ASSERT_TRUE(tab_contents);
EXPECT_TRUE(StartsWithASCII(tab_contents->GetURL().spec(),
- "chrome://newtab/#app-id=", // id changes
- false));
+ "chrome://newtab/", false));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698