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

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

Issue 1648803003: MD History: Drop-down menu allows searching for history-items by domain name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@search_functionality
Patch Set: Created 4 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
Index: chrome/test/data/webui/md_history/history_overflow_menu_test.js
diff --git a/chrome/test/data/webui/md_history/history_overflow_menu_test.js b/chrome/test/data/webui/md_history/history_overflow_menu_test.js
index 894bf857df241e10f72f46702e061195a97a4313..9d60ca1f40cddc687b9db1d558caa48232d85d49 100644
--- a/chrome/test/data/webui/md_history/history_overflow_menu_test.js
+++ b/chrome/test/data/webui/md_history/history_overflow_menu_test.js
@@ -6,13 +6,13 @@ cr.define('md_history.history_overflow_menu_test', function() {
// Menu button event.
var MENU_EVENT = {
detail: {
- accessTime: 1
+ itemIdentifier: 1
}
};
var ADDITIONAL_MENU_EVENT = {
detail: {
- accessTime: 2
+ itemIdentifier: 2
calamity 2016/02/03 05:09:13 Hmmmmmmm. These don't accurately reflect the real
hsampson 2016/02/08 00:39:37 Done.
}
};

Powered by Google App Engine
This is Rietveld 408576698