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

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: Feedback 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..b382801ee6cd117be49a9b5120b02f38e6361aa6 100644
--- a/chrome/browser/resources/settings_app/manifest.json
+++ b/chrome/browser/resources/settings_app/manifest.json
@@ -2,7 +2,7 @@
//chrome-extension://ennkphjdgehloodpbhlhldgbnhmacadg
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoVDPGX6fvKPVVgc+gnkYlGqHuuapgFDyKhsy4z7UzRLO/95zXPv8h8e5EacqbAQJLUbP6DERH5jowyNEYVxq9GJyntJMwP1ejvoz/52hnY3CCGGCmttmKzzpp5zwLuq3iZf8bslwywfflNUYtaCFSDa0TtrBZz0aOPrAAd/AhNwIDAQAB",
"name": "Settings",
- "version": "0.1",
+ "version": "0.2",
"manifest_version": 2,
"description": "Settings",
@@ -20,6 +20,5 @@
"permissions": [
"chrome://settings-frame/"
],
- "display_in_launcher": true,
- "display_in_new_tab_page": false
+ "display_in_launcher": false
}

Powered by Google App Engine
This is Rietveld 408576698