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

Unified Diff: chrome/test/data/extensions/api_test/fullscreen/no_permission/background.js

Issue 12205002: Packaged apps manifest requires 'fullscreen' permission for HTML5 api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed template params from permission_warnings.html Created 7 years, 10 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/fullscreen/no_permission/background.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/speech/test.js b/chrome/test/data/extensions/api_test/fullscreen/no_permission/background.js
similarity index 78%
copy from chrome/test/data/extensions/platform_apps/web_view/speech/test.js
copy to chrome/test/data/extensions/api_test/fullscreen/no_permission/background.js
index 273c8fd0bf70c8c8ae77c69ba86ae6af2b17145c..633ebde578bc64ebac6cfab226613714f6964382 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/speech/test.js
+++ b/chrome/test/data/extensions/api_test/fullscreen/no_permission/background.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('main.html', {}, function () {});
+ chrome.app.window.create('window.html');
});

Powered by Google App Engine
This is Rietveld 408576698