| 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);
|
| + },
|
| };
|
|
|
| // Test opening the content options has correct location.
|
|
|