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

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

Issue 2618633002: [MD History] Make first URL on Synced Device page instead of menu button. (Closed)
Patch Set: fix_closure Created 3 years, 11 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 e943d48df6a1d275fbb8820f69c139382e3401c8..ad4da3d74d9bd55007baa22e01ec5daa4d7c66cc 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.js
+++ b/chrome/browser/resources/md_history/synced_device_manager.js
@@ -190,7 +190,7 @@ Polymer({
.forEach(function(row) {
this.focusGrid_.addRow(row);
}.bind(this));
- this.focusGrid_.ensureRowActive();
+ this.focusGrid_.ensureRowActive(1);
});
},

Powered by Google App Engine
This is Rietveld 408576698