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

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

Issue 2171513004: MD History: Hide sign in guide in guest mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test Created 4 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
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 08862332fa297bd4f34fa1098774fc22f9656075..ab13f25a1c48a01eec594a0d3866e518cddaa9fe 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -76,7 +76,7 @@
hidden="[[!showNoSyncedMessage(signInState_, syncedDevices_.length)]]">
[[noSyncedTabsMessage(fetchingSyncedTabs_)]]
</div>
- <div id="sign-in-guide" hidden$="[[signInState_]]">
+ <div id="sign-in-guide" hidden$="[[hideSignInGuide(signInState_)]]">
<div id="illustration"></div>
<div id="sign-in-promo">$i18n{signInPromo}</div>
<div id="sign-in-promo-desc">$i18n{signInPromoDesc}</div>

Powered by Google App Engine
This is Rietveld 408576698