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

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

Issue 132003: Disable extensions besides externally installed ones and themes. (Closed)
Patch Set: Fix ui test bustage Created 11 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 | « base/crypto/rsa_private_key_unittest.cc ('k') | chrome/browser/extensions/extensions_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_uitest.cc
diff --git a/chrome/browser/extensions/extension_uitest.cc b/chrome/browser/extensions/extension_uitest.cc
index 359ba9a62fd116daafa21a8ecd896caac44ea84b..7d6335647016fdf70b5cb1118d7f0f678bbbab98 100644
--- a/chrome/browser/extensions/extension_uitest.cc
+++ b/chrome/browser/extensions/extension_uitest.cc
@@ -101,7 +101,7 @@ class SimpleApiCallExtensionTest : public SingleMessageExtensionUITest {
};
// TODO(port) Should become portable once ExternalTabMessageLoop is ported.
-#if defined(OS_WIN)
+#if 0
TEST_F(SimpleApiCallExtensionTest, RunTest) {
namespace keys = extension_automation_constants;
@@ -270,7 +270,7 @@ class RoundtripApiCallExtensionTest
// TODO(port) Should become portable once
// ExternalTabMessageLoop is ported.
-#if defined(OS_WIN)
+#if 0
TEST_F(RoundtripApiCallExtensionTest, RunTest) {
TestWithURL(GURL(
"chrome-extension://ofoknjclcmghjfmbncljcnpjmfmldhno/test.html"));
@@ -435,7 +435,7 @@ class BrowserEventExtensionTest
// TODO(port) Should become portable once
// ExternalTabMessageLoop is ported.
-#if defined(OS_WIN)
+#if 0
TEST_F(BrowserEventExtensionTest, RunTest) {
// The extension for this test does not specify a "key" property in its
// manifest file. Therefore, the extension system will automatically assign
« no previous file with comments | « base/crypto/rsa_private_key_unittest.cc ('k') | chrome/browser/extensions/extensions_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698