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

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_writable_file_entry_with_write/background.js

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 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/file_system/get_writable_file_entry_with_write/background.js
diff --git a/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry_with_write/background.js b/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry_with_write/background.js
index 40ec2b76ba640236c2ecdec4fcaf2c28b8a66834..d1439b2981b76d2faf5371e644d13f70c6181147 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry_with_write/background.js
+++ b/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry_with_write/background.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
function onLaunched() {
- chrome.appWindow.create('test.html');
+ chrome.app.window.create('test.html');
}
chrome.experimental.app.onLaunched.addListener(onLaunched);

Powered by Google App Engine
This is Rietveld 408576698