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

Unified Diff: chrome/browser/ui/webui/bookmarks_ui_browsertest.cc

Issue 2960143002: MD Bookmarks: Remove '/?id=1' from URL when displaying Bookmarks Bar (Closed)
Patch Set: Review comments Created 3 years, 5 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/ui/chrome_pages.cc ('k') | chrome/test/data/webui/md_bookmarks/router_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
index ccdee6ab2c349da621c5f6db4a6985d4bb13aea5..132edd248a388daa68d2c7ab7909c442b0537369 100644
--- a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc
@@ -45,7 +45,7 @@ class BookmarksTest : public InProcessBrowserTest {
if (MdBookmarksUI::IsEnabled()) {
ASSERT_TRUE(content::ExecuteScriptAndExtractString(
tab, "domAutomationController.send(location.href)", &out));
- ASSERT_EQ("chrome://bookmarks/?id=1", out);
+ ASSERT_EQ("chrome://bookmarks/", out);
return;
}
« no previous file with comments | « chrome/browser/ui/chrome_pages.cc ('k') | chrome/test/data/webui/md_bookmarks/router_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698