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

Unified Diff: chrome/browser/resources/md_extensions/manager.js

Issue 1319163004: [Extensions Page MD] Stub out a materialized extensions page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 years, 3 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/md_extensions/manager.js
diff --git a/chrome/browser/resources/chromeos/login/gaia_header.js b/chrome/browser/resources/md_extensions/manager.js
similarity index 57%
copy from chrome/browser/resources/chromeos/login/gaia_header.js
copy to chrome/browser/resources/md_extensions/manager.js
index 69898a4e223333b0e8ab849df9582b0c38530546..729ee73338ee94a3eef4921e6ec939f9c40a22d9 100644
--- a/chrome/browser/resources/chromeos/login/gaia_header.js
+++ b/chrome/browser/resources/md_extensions/manager.js
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({
- is: 'gaia-header',
+cr.define('extensions', function() {
+ var Manager = Polymer({
+ is: 'extensions-manager'
+ });
- properties: {
- email: String
- }
+ return {Manager: Manager};
});
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.html ('k') | chrome/browser/resources/md_extensions/strings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698