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

Unified Diff: chrome/browser/resources/settings/polymer_config.js

Issue 1128723004: Add Polymer config to enable native shadow dom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license Created 5 years, 7 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
Index: chrome/browser/resources/settings/polymer_config.js
diff --git a/content/test/data/service_worker/while_true_worker.js b/chrome/browser/resources/settings/polymer_config.js
similarity index 86%
copy from content/test/data/service_worker/while_true_worker.js
copy to chrome/browser/resources/settings/polymer_config.js
index ebfc2249c9bb157d0f29eb3da12130efb4858ed2..3b20eae9d9f36421d5bb5bf7919eeeae7ad54f06 100644
--- a/content/test/data/service_worker/while_true_worker.js
+++ b/chrome/browser/resources/settings/polymer_config.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-while(true) { }
+Polymer = {dom: 'shadow'};
« no previous file with comments | « chrome/browser/resources/md_settings/md_settings.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698