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

Unified Diff: chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html

Issue 6992018: Address bar is shown on pop-out extension windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review feedback. Created 9 years, 7 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/window_open/browser_is_app/background.html
diff --git a/chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html b/chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..06e72964c79ccf5c4b33337d9d90de5a53f2080c
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/window_open/browser_is_app/background.html
@@ -0,0 +1,4 @@
+<script>
+ window.open("content.html", "content", "height=200,width=200");
+ window.open("a.com", "a_com", "height=200,width=200");
+</script>

Powered by Google App Engine
This is Rietveld 408576698