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

Unified Diff: chrome/test/data/extensions/platform_apps/navigation/test.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/platform_apps/navigation/test.js
diff --git a/chrome/test/data/extensions/platform_apps/navigation/test.js b/chrome/test/data/extensions/platform_apps/navigation/test.js
index 44a3ba3b14663769ba0f4648800b3b505535e54d..0c4640b1e68baf654ae2f16a6e833e74bddd6fb3 100644
--- a/chrome/test/data/extensions/platform_apps/navigation/test.js
+++ b/chrome/test/data/extensions/platform_apps/navigation/test.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
chrome.experimental.app.onLaunched.addListener(function() {
- chrome.appWindow.create('main.html', {}, function () {})
+ chrome.app.window.create('main.html', {}, function () {})
});

Powered by Google App Engine
This is Rietveld 408576698