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

Unified Diff: chrome/test/data/extensions/api_test/window_open/browser_is_app/manifest.json

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
« no previous file with comments | « chrome/test/data/extensions/api_test/window_open/browser_is_app/content.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/window_open/browser_is_app/manifest.json
diff --git a/chrome/test/data/extensions/api_test/window_open/browser_is_app/manifest.json b/chrome/test/data/extensions/api_test/window_open/browser_is_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..1ba4a8833076a235d23890d509a1836099cade27
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/window_open/browser_is_app/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "Browser Is App For Popups Test",
+ "version": "1",
+ "description": "Browser instance for popups created with window.open() from an extension should return true for is_app()",
+ "background_page": "background.html",
+ "permissions": ["tabs"]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/window_open/browser_is_app/content.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698