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

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

Issue 2238163002: [MD History] Add UMA stats for switching views and the CBD button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@start_focus_in_search_bar
Patch Set: add test, add grouped history Created 4 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
Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js
diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
index 00fe411783470d9eea5a6999013819c60ea8bf70..d59866141b6de446abb409d2914895469ac2f6e5 100644
--- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
+++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
@@ -232,7 +232,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
test('no synced tabs message', function() {
// When user is not logged in, there is no synced tabs.
- element.signInState_ = false;
+ element.signInState = false;
element.syncedDevices_ = [];
return flush().then(function() {
assertTrue(element.$['no-synced-tabs'].hidden);

Powered by Google App Engine
This is Rietveld 408576698