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

Unified Diff: chrome/test/data/extensions/api_test/lazy_background_page/wait_for_ntp/manifest.json

Issue 20593003: Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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/lazy_background_page/wait_for_ntp/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_ntp/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_ntp/manifest.json
index b5d5cb2ad992a713489cf58b7bbd6db35031d45d..94662c6648a7693e76e8bf2e9395b5e82ac083ed 100644
--- a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_ntp/manifest.json
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_ntp/manifest.json
@@ -3,7 +3,7 @@
"description": "Test that lazy BG stays alive until the override new-tab-page is closed (and no longer).",
"version": "1",
"manifest_version": 2,
- "permissions": ["tabs", "experimental"],
+ "permissions": ["tabs"],
"chrome_url_overrides": {
"newtab": "newtab.html"
},

Powered by Google App Engine
This is Rietveld 408576698