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

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

Issue 9293036: Move DownloadQuery to chrome/ (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: disable InstallNotAllowedFromNonVerifiedDomains Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/webstore_inline_install_browsertest.cc
diff --git a/chrome/browser/extensions/webstore_inline_install_browsertest.cc b/chrome/browser/extensions/webstore_inline_install_browsertest.cc
index ea82dd048f10f931a331343caf655b34f11e8b6e..e2d2cecf9f6c9c7374b5ab7a392dfc0ba3d3205b 100644
--- a/chrome/browser/extensions/webstore_inline_install_browsertest.cc
+++ b/chrome/browser/extensions/webstore_inline_install_browsertest.cc
@@ -95,8 +95,16 @@ IN_PROC_BROWSER_TEST_F(WebstoreInlineInstallTest, Install) {
EXPECT_TRUE(extension);
}
+// http://crbug.com/113024
+#if defined(OS_WIN)
+ #define MAYBE_InstallNotAllowedFromNonVerifiedDomains \
+ DISABLED_InstallNotAllowedFromNonVerifiedDomains
+#else
+ #define MAYBE_InstallNotAllowedFromNonVerifiedDomains \
+ InstallNotAllowedFromNonVerifiedDomains
+#endif
IN_PROC_BROWSER_TEST_F(
- WebstoreInlineInstallTest, InstallNotAllowedFromNonVerifiedDomains) {
+ WebstoreInlineInstallTest, MAYBE_InstallNotAllowedFromNonVerifiedDomains) {
CommandLine::ForCurrentProcess()->AppendSwitchASCII(
switches::kAppsGalleryInstallAutoConfirmForTests, "cancel");
ui_test_utils::NavigateToURL(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698