| Index: chrome/renderer/content_settings_observer_browsertest.cc
|
| diff --git a/chrome/renderer/content_settings_observer_browsertest.cc b/chrome/renderer/content_settings_observer_browsertest.cc
|
| index 8bde493c15c343ce182360cd83c98d675bcf3e23..4bd9805f07c421f52ec14f147d6e1a31b7746990 100644
|
| --- a/chrome/renderer/content_settings_observer_browsertest.cc
|
| +++ b/chrome/renderer/content_settings_observer_browsertest.cc
|
| @@ -75,7 +75,8 @@ TEST_F(ChromeRenderViewTest, DidBlockContentType) {
|
| }
|
|
|
| // Tests that multiple invokations of AllowDOMStorage result in a single IPC.
|
| -TEST_F(ChromeRenderViewTest, AllowDOMStorage) {
|
| +// Fails due to http://crbug.com/104300
|
| +TEST_F(ChromeRenderViewTest, FAILS_AllowDOMStorage) {
|
| // Load some HTML, so we have a valid security origin.
|
| LoadHTML("<html></html>");
|
| MockContentSettingsObserver observer(view_);
|
|
|