Index: chrome/browser/ui/webui/options/content_options_browsertest.js |
diff --git a/chrome/browser/ui/webui/options/content_options_browsertest.js b/chrome/browser/ui/webui/options/content_options_browsertest.js |
index 863fb28f88094f5b8e12692693a554a610834326..fa927ece015f2183da666fe89519ae8f2a20beb5 100644 |
--- a/chrome/browser/ui/webui/options/content_options_browsertest.js |
+++ b/chrome/browser/ui/webui/options/content_options_browsertest.js |
@@ -19,6 +19,11 @@ ContentOptionsWebUITest.prototype = { |
* @override |
*/ |
browsePreload: 'chrome://settings-frame/content', |
+ |
+ /** @override */ |
+ setUp: function() { |
+ OptionsBrowsertestBase.prototype.setUp.call(this); |
+ }, |
Dan Beam
2015/11/24 23:24:26
remove
apacible
2015/11/25 19:13:53
Done.
|
}; |
// Test opening the content options has correct location. |