| Index: chrome/test/data/webui/settings/privacy_page_test.js
|
| diff --git a/chrome/test/data/webui/settings/privacy_page_test.js b/chrome/test/data/webui/settings/privacy_page_test.js
|
| index e7474b77b9831fb0a100e17b4044d2779e961b9a..9c8a2b1469dbb06bccbd6fb26d976f0822ccb075 100644
|
| --- a/chrome/test/data/webui/settings/privacy_page_test.js
|
| +++ b/chrome/test/data/webui/settings/privacy_page_test.js
|
| @@ -52,6 +52,9 @@ cr.define('settings_privacy_page', function() {
|
| return this.clearBrowsingDataPromise_ !== null ?
|
| this.clearBrowsingDataPromise_ : Promise.resolve();
|
| },
|
| +
|
| + /** @override */
|
| + initializeFooter: function() {},
|
| };
|
|
|
| function registerNativeCertificateManagerTests() {
|
|
|