summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchrome/browser/extensions/extension_view_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_view_unittest.cc b/chrome/browser/extensions/extension_view_unittest.cc
index cc5b9f2..81e86b6 100755
--- a/chrome/browser/extensions/extension_view_unittest.cc
+++ b/chrome/browser/extensions/extension_view_unittest.cc
@@ -111,6 +111,7 @@ class ExtensionViewTest : public InProcessBrowserTest {
// Tests that ExtensionView starts an extension process and runs the script
// contained in the extension's "index.html" file.
IN_PROC_BROWSER_TEST_F(ExtensionViewTest, DISABLED_Index) {
+#if 0
// Create an observer first to be sure we have the notification registered
// before it's sent.
ExtensionLoadedObserver observer;
@@ -135,4 +136,5 @@ IN_PROC_BROWSER_TEST_F(ExtensionViewTest, DISABLED_Index) {
// Start the extension process and wait for it to show a javascript alert.
MockExtensionView view(url, profile);
EXPECT_TRUE(view.got_message());
+#endif
}