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

Unified Diff: chrome/test/data/extensions/api_test/instance_id/channel/manifest.json

Issue 1139633005: Make chrome.instanceID only available on dev and canary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 7 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/instance_id/channel/manifest.json
diff --git a/chrome/test/data/extensions/api_test/instance_id/incognito/manifest.json b/chrome/test/data/extensions/api_test/instance_id/channel/manifest.json
similarity index 89%
copy from chrome/test/data/extensions/api_test/instance_id/incognito/manifest.json
copy to chrome/test/data/extensions/api_test/instance_id/channel/manifest.json
index 55a3908b52f958c164d82f71fc6e33e5939d7bd6..36268c2d48ffe88f0c924b7ab1564f445a2a4077 100644
--- a/chrome/test/data/extensions/api_test/instance_id/incognito/manifest.json
+++ b/chrome/test/data/extensions/api_test/instance_id/channel/manifest.json
@@ -6,6 +6,5 @@
"background": {
"scripts": ["test.js"]
},
- "incognito": "split",
"permissions": ["gcm"]
}

Powered by Google App Engine
This is Rietveld 408576698