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

Unified Diff: chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js

Issue 2696303006: MD Settings: fix another vulcanize problem (Closed)
Patch Set: Created 3 years, 10 months 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
« no previous file with comments | « chrome/browser/resources/settings/people_page/fingerprint_list.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js
diff --git a/chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js b/chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js
index 8a945e2cf084e722e844cde1925ce46b7cc6bc3b..1d6ef89d709e6d04df3b71aa8f3d991c4cbe7f05 100644
--- a/chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js
+++ b/chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js
@@ -105,10 +105,6 @@ suite('settings-fingerprint-list', function() {
return {model: {index: index, item: opt_label || ''}};
}
- suiteSetup(function() {
- return PolymerTest.importHtml('chrome://md-settings/i18n_setup.html');
- });
-
setup(function() {
browserProxy = new TestFingerprintBrowserProxy();
settings.FingerprintBrowserProxyImpl.instance_ = browserProxy;
« no previous file with comments | « chrome/browser/resources/settings/people_page/fingerprint_list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698