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

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

Issue 2361513003: MD History: Update sign in state in data source (Closed)
Patch Set: remove downloads Created 4 years, 3 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.js
diff --git a/chrome/browser/resources/md_history/synced_device_manager.js b/chrome/browser/resources/md_history/synced_device_manager.js
index 476d8a2129f13531021b58ada2f06bdbf8607e14..b5867c259ca797f6363c59ea164c79e4d686b4d9 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.js
+++ b/chrome/browser/resources/md_history/synced_device_manager.js
@@ -67,8 +67,6 @@ Polymer({
/** @override */
attached: function() {
- // Update the sign in state.
- chrome.send('otherDevicesInitialized');
md_history.BrowserService.getInstance().recordHistogram(
SYNCED_TABS_HISTOGRAM_NAME, SyncedTabsHistogram.INITIALIZED,
SyncedTabsHistogram.LIMIT);

Powered by Google App Engine
This is Rietveld 408576698