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

Unified Diff: chrome/test/data/extensions/platform_apps/browser_tag_isolation/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/browser_tag_isolation/test.js
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js b/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js
index ce719f7c9fb843f09b7bc22035a1595100dde7c2..68d61461fc2d2fa951ce22d8a81d7116b1fc76e7 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag_isolation/test.js
+++ b/chrome/test/data/extensions/platform_apps/browser_tag_isolation/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