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

Unified Diff: remoting/client/extension/manifest.json

Issue 3338014: Improve UI of Chromoting client UI to select available hosts. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: One more camel Created 10 years, 3 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
« no previous file with comments | « remoting/client/extension/main.css ('k') | remoting/client/extension/popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/manifest.json
diff --git a/remoting/client/extension/manifest.json b/remoting/client/extension/manifest.json
index 15f22a566f5211487b09bfb0f29f25305275eca3..6d5f0d6d110d86b1c1a3eb467ca3884f6aa63549 100644
--- a/remoting/client/extension/manifest.json
+++ b/remoting/client/extension/manifest.json
@@ -3,7 +3,7 @@
"version": "1.0",
"description": "Lists the hosts that the user can access.",
"browser_action": {
- "default_icon": "icon.png",
+ "default_icon": "chromoticon.png",
"popup": "popup.html"
},
"background_page": "background.html",
« no previous file with comments | « remoting/client/extension/main.css ('k') | remoting/client/extension/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698