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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.js

Issue 2656443004: MD History: Add routing for grouped history mode. (Closed)
Patch Set: Review comments Created 3 years, 11 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/test/data/webui/md_history/history_routing_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index d0a24cc1c2021b1d9148d919ea47630367ece951..a3d9a698fc683eb801ef4f173f00a3f666c4dd1c 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -173,7 +173,12 @@ function MaterialHistoryRoutingWithQueryParamTest() {}
MaterialHistoryRoutingWithQueryParamTest.prototype = {
__proto__: MaterialHistoryRoutingTest.prototype,
- browsePreload: 'chrome://history?q=query',
+ browsePreload: 'chrome://history/history/week?q=query&offset=5',
+
+ commandLineSwitches:
+ MaterialHistoryBrowserTest.prototype.commandLineSwitches.concat([
+ {switchName: 'enable-grouped-history'}
+ ]),
/** @override */
setUp: function() {
« no previous file with comments | « chrome/test/data/webui/md_history/history_routing_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698