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

Unified Diff: chrome/browser/extensions/api/app_window/app_window_apitest.cc

Issue 159523002: Promote chrome.app.window alwaysOnTop property to stable unwhitelisted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/app_window/app_window_apitest.cc
diff --git a/chrome/browser/extensions/api/app_window/app_window_apitest.cc b/chrome/browser/extensions/api/app_window/app_window_apitest.cc
index b1d0185d1697aaeaebd3066107f9ff1c7452dbea..f9246fd933bfeee5f8d7a4bf630bad30f3eb9f3a 100644
--- a/chrome/browser/extensions/api/app_window/app_window_apitest.cc
+++ b/chrome/browser/extensions/api/app_window/app_window_apitest.cc
@@ -145,14 +145,6 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
}
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
- WindowsApiAlwaysOnTopWithPermissionsStable) {
- ScopedCurrentChannel channel(chrome::VersionInfo::CHANNEL_STABLE);
- EXPECT_TRUE(RunPlatformAppTestWithFlags(
- "platform_apps/windows_api_always_on_top/has_permissions_stable",
- ExtensionApiTest::kFlagIgnoreManifestWarnings)) << message_;
-}
-
-IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
WindowsApiAlwaysOnTopNoPermissions) {
EXPECT_TRUE(RunPlatformAppTest(
"platform_apps/windows_api_always_on_top/no_permissions")) << message_;
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698