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

Unified Diff: chrome/browser/resources/settings/settings_menu/settings_menu.js

Issue 2651103003: [MD settings] rename advancedSubmenu id (Closed)
Patch Set: 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/settings/settings_menu/settings_menu.js
diff --git a/chrome/browser/resources/settings/settings_menu/settings_menu.js b/chrome/browser/resources/settings/settings_menu/settings_menu.js
index 04ff55138c6af9a47b0742c82f29fb91250b75d8..590b33167d96fedbed6013032674a177c7b1d9bc 100644
--- a/chrome/browser/resources/settings/settings_menu/settings_menu.js
+++ b/chrome/browser/resources/settings/settings_menu/settings_menu.js
@@ -43,7 +43,7 @@ Polymer({
// https://codereview.chromium.org/2412343004) or a Polymer PR (ex:
// https://github.com/PolymerElements/paper-menu/pull/107).
if (this.advancedOpened)
- this.$.advancedPage.open();
+ this.$.advancedSubmenu.open();
},
/**

Powered by Google App Engine
This is Rietveld 408576698