Index: chrome/browser/ui/webui/options/autofill_options_browsertest.js |
diff --git a/chrome/browser/ui/webui/options/autofill_options_browsertest.js b/chrome/browser/ui/webui/options/autofill_options_browsertest.js |
index 29a778f00023ad500a962b4740221cbf4470641f..f88ac1df32017649764f6b13cabe5ae7f194137a 100644 |
--- a/chrome/browser/ui/webui/options/autofill_options_browsertest.js |
+++ b/chrome/browser/ui/webui/options/autofill_options_browsertest.js |
@@ -39,6 +39,11 @@ AutofillOptionsWebUITest.prototype = { |
* @override |
*/ |
browsePreload: 'chrome://settings-frame/autofill', |
+ |
+ /** @override */ |
+ setUp: function() { |
+ OptionsBrowsertestBase.prototype.setUp.call(this); |
+ }, |
Dan Beam
2015/11/24 23:24:26
this is the same as... this not existing at all
apacible
2015/11/25 19:13:53
Removed here and below.
|
}; |
// Test opening the autofill options has correct location. |
@@ -58,6 +63,11 @@ AutofillEditAddressWebUITest.prototype = { |
/** @override */ |
browsePreload: 'chrome://settings-frame/autofillEditAddress', |
+ |
+ /** @override */ |
+ setUp: function() { |
+ OptionsBrowsertestBase.prototype.setUp.call(this); |
+ }, |
}; |
TEST_F('AutofillEditAddressWebUITest', 'testInitialFormLayout', function() { |