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

Unified Diff: chrome/test/data/extensions/api_test/socket/ppapi/main.js

Issue 13811036: Add Pepper API tests for chrome.socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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/socket/ppapi/main.js
diff --git a/chrome/test/data/extensions/api_test/fullscreen/has_permission/background.js b/chrome/test/data/extensions/api_test/socket/ppapi/main.js
similarity index 76%
copy from chrome/test/data/extensions/api_test/fullscreen/has_permission/background.js
copy to chrome/test/data/extensions/api_test/socket/ppapi/main.js
index 633ebde578bc64ebac6cfab226613714f6964382..68957dc94c6c121ac47486047d015ae62ef6dffd 100644
--- a/chrome/test/data/extensions/api_test/fullscreen/has_permission/background.js
+++ b/chrome/test/data/extensions/api_test/socket/ppapi/main.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('window.html');
+ chrome.app.window.create('index.html', {width: 500, height: 500});
});

Powered by Google App Engine
This is Rietveld 408576698