Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1564)

Unified Diff: chrome/browser/ui/webui/options/content_options_browsertest.js

Issue 1447693002: [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the rest of the ChromeOS tests. File crbugs and update existing ones. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698