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

Unified Diff: chrome/test/data/extensions/api_test/bindings/chromei18nrepro/iframe.js

Issue 1433343003: [Extensions] Wait until the Window object is cleared before classifying contexts Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 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/api_test/bindings/chromei18nrepro/iframe.js
diff --git a/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/iframe.js b/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/iframe.js
new file mode 100644
index 0000000000000000000000000000000000000000..a6da8772a7be008fb17c92996543723761f74354
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/iframe.js
@@ -0,0 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// chrome.i18n *should* be defined, since this is an extension iframe.
+console.log(chrome.i18n);
+window.top.postMessage(chrome.i18n != undefined, '*');

Powered by Google App Engine
This is Rietveld 408576698