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

Unified Diff: chrome/browser/extensions/platform_app_browsertest.cc

Issue 10598006: Browser tag shim (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: HasExtensionPermission Created 8 years, 6 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 | « no previous file | chrome/browser/extensions/shadow_dom_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/platform_app_browsertest.cc
diff --git a/chrome/browser/extensions/platform_app_browsertest.cc b/chrome/browser/extensions/platform_app_browsertest.cc
index 49f83f1408fff653c14a63cc3a9ffa54ba7aa2ef..4aee2bf1d25cb43c18a5dff28cde9c37cdf97fbb 100644
--- a/chrome/browser/extensions/platform_app_browsertest.cc
+++ b/chrome/browser/extensions/platform_app_browsertest.cc
@@ -278,3 +278,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, OpenLink) {
observer.Wait();
ASSERT_EQ(2, browser()->tab_count());
}
+
+IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, BrowserTag) {
+ ASSERT_TRUE(RunPlatformAppTest("platform_apps/browser_tag")) << message_;
+}
« no previous file with comments | « no previous file | chrome/browser/extensions/shadow_dom_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698