| Index: chrome/renderer/content_settings_observer_browsertest.cc
|
| ===================================================================
|
| --- chrome/renderer/content_settings_observer_browsertest.cc (revision 136145)
|
| +++ chrome/renderer/content_settings_observer_browsertest.cc (working copy)
|
| @@ -76,7 +76,7 @@
|
|
|
| // Tests that multiple invokations of AllowDOMStorage result in a single IPC.
|
| // Fails due to http://crbug.com/104300
|
| -TEST_F(ChromeRenderViewTest, FAILS_AllowDOMStorage) {
|
| +TEST_F(ChromeRenderViewTest, DISABLED_AllowDOMStorage) {
|
| // Load some HTML, so we have a valid security origin.
|
| LoadHTML("<html></html>");
|
| MockContentSettingsObserver observer(view_);
|
|
|