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

Unified Diff: chrome/test/data/extensions/platform_apps/oauth2/manifest.json

Issue 10826157: Check for warnings when loading extensions in browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ExtensionTerminalPrivateApiTest.TerminalTest Created 8 years, 4 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/platform_apps/oauth2/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/oauth2/manifest.json b/chrome/test/data/extensions/platform_apps/oauth2/manifest.json
index 8785218894e4d2b1dfa9751fd51c9701f67ab920..67f1d5a0fb533464a7cc9bf4480e299a513fe5d6 100644
--- a/chrome/test/data/extensions/platform_apps/oauth2/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/oauth2/manifest.json
@@ -2,9 +2,6 @@
"name": "Platform App Test: OAuth2 platform app",
"version": "1",
"manifest_version": 2,
- "permissions": [
- "appWindow"
- ],
"app": {
"background": {
"scripts": ["test.js"]

Powered by Google App Engine
This is Rietveld 408576698