Chromium Code Reviews| 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'); |
|
calamity
2016/09/28 02:54:23
You can keep this in and then AllowJavascript() in
lshang
2016/09/29 08:06:47
Done. Good idea
|
| md_history.BrowserService.getInstance().recordHistogram( |
| SYNCED_TABS_HISTOGRAM_NAME, SyncedTabsHistogram.INITIALIZED, |
| SyncedTabsHistogram.LIMIT); |