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

Unified Diff: chrome/browser/resources/md_history/synced_device_manager.html

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: fix_test 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/browser/resources/md_history/synced_device_manager.html
diff --git a/chrome/browser/resources/md_history/synced_device_manager.html b/chrome/browser/resources/md_history/synced_device_manager.html
index 1c7b726b4959ab8ce25215e6edb5302a7909c331..7ac1cbdbc37831676c67182477ea12b2d079d630 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -74,12 +74,12 @@
</template>
</div>
<div id="no-synced-tabs" class="centered-message"
- hidden="[[!showNoSyncedMessage(signInState_, syncedDevices_.length,
+ hidden="[[!showNoSyncedMessage(signInState, syncedDevices_.length,
guestSession_)]]">
[[noSyncedTabsMessage(fetchingSyncedTabs_)]]
</div>
<div id="sign-in-guide"
- hidden="[[!showSignInGuide(signInState_, guestSession_)]]">
+ hidden="[[!showSignInGuide(signInState, guestSession_)]]">
<div id="illustration"></div>
<div id="sign-in-promo">$i18n{signInPromo}</div>
<div id="sign-in-promo-desc">$i18n{signInPromoDesc}</div>
« no previous file with comments | « chrome/browser/resources/md_history/side_bar.js ('k') | chrome/browser/resources/md_history/synced_device_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698