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

Unified Diff: chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js

Issue 11369039: Add setBounds method and browsertest for get/set bounds to app window API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/windows_api_bounds/background.js
diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js b/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
similarity index 84%
copy from chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
copy to chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
index bdb24003f9c21f596cf540f5aa8543e382cb3d44..4affaf965f63685b3ff1bf58d148627d757a04c3 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
+++ b/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('test.html');
+ chrome.app.window.create("main.html");
});

Powered by Google App Engine
This is Rietveld 408576698