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

Unified Diff: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json

Issue 115873002: The sandwich is no longer a lie. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
index f14c8ad5006b0101b616307304e432f35585190a..0ebfe5cef4aa886c6bd00032125cf3c5599ecf8c 100644
--- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
@@ -13,7 +13,10 @@
},
"content_scripts" : [
{
- "matches" : [ "http://*/*" ],
+ "matches" : [
+ "http://*/*",
+ "https://*/*"
+ ],
"js" : [ "contentscript.js" ],
"run_at" : "document_idle",
"all_frames" : false
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698