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

Unified Diff: chrome/browser/resources/settings_app/manifest.json

Issue 12789010: [win] Change app launcher profile indicator to be a menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 7 years, 9 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_app/manifest.json
diff --git a/chrome/browser/resources/settings_app/manifest.json b/chrome/browser/resources/settings_app/manifest.json
index 3f9f8657bdcbc2018766617fe4059e5b01df044d..2693da6b3dc8e5da38d6c4e0ed673925163df5b9 100644
--- a/chrome/browser/resources/settings_app/manifest.json
+++ b/chrome/browser/resources/settings_app/manifest.json
@@ -20,6 +20,6 @@
"permissions": [
"chrome://settings-frame/"
],
- "display_in_launcher": true,
+ "display_in_launcher": false,
"display_in_new_tab_page": false
tapted 2013/03/20 07:44:20 display_in_new_tab_page: false is implied in this
benwells 2013/03/20 08:43:34 Done.
}

Powered by Google App Engine
This is Rietveld 408576698