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

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

Issue 2615673003: [MD WebUI] Move icons used in Bookmarks and Settings to shared file. (Closed)
Patch Set: merge 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 d40439842da148e8198c2b9f999b93573fa1bda3..04ff55138c6af9a47b0742c82f29fb91250b75d8 100644
--- a/chrome/browser/resources/settings/settings_menu/settings_menu.js
+++ b/chrome/browser/resources/settings/settings_menu/settings_menu.js
@@ -85,6 +85,6 @@ Polymer({
* @private
* */
arrowState_: function(opened) {
- return opened ? 'settings:arrow-drop-up' : 'cr:arrow-drop-down';
+ return opened ? 'cr:arrow-drop-up' : 'cr:arrow-drop-down';
},
});
« no previous file with comments | « chrome/browser/resources/settings/people_page/change_picture.html ('k') | ui/webui/resources/cr_elements/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698