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

Unified Diff: chrome/browser/resources/settings/a11y_page/demo.js

Issue 1137103002: Convert a11y page to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add readOnlys 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/a11y_page/demo.js
diff --git a/chrome/browser/resources/settings/a11y_page/demo.js b/chrome/browser/resources/settings/a11y_page/demo.js
deleted file mode 100644
index 5ce72c5c34dafe185b95070e9d3aa5ed535a5901..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/a11y_page/demo.js
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-/**
- * Wire up the prefs to the a11y page.
- */
-window.onload = function() {
- var page = document.querySelector('cr-settings-a11y-page');
- page.prefs = document.querySelector('cr-settings-prefs');
-};

Powered by Google App Engine
This is Rietveld 408576698