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

Unified Diff: chrome/test/data/extensions/api_test/browser_action/no_icon/manifest.json

Issue 10855154: Update browserAction.setIcon and pageAction.setIcon for hidpi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
Index: chrome/test/data/extensions/api_test/browser_action/no_icon/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/no_icon/manifest.json b/chrome/test/data/extensions/api_test/browser_action/no_icon/manifest.json
index ab4c83d34e103ed3a839a6a0a014fe95c9f50452..cf55003e9aaffaf6a9964a0c191d452e891d6a0c 100644
--- a/chrome/test/data/extensions/api_test/browser_action/no_icon/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/no_icon/manifest.json
@@ -3,7 +3,7 @@
"version": "1.0",
"manifest_version": 2,
"background": {
- "scripts": ["background.js"]
+ "page": "background.html"
},
"permissions": [
"tabs", "http://*/*"
@@ -11,4 +11,4 @@
"browser_action": {
"name": "Make this page red"
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698