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

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

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.html
diff --git a/chrome/browser/resources/settings/prefs/prefs.html b/chrome/browser/resources/md_extensions/manager.html
similarity index 50%
copy from chrome/browser/resources/settings/prefs/prefs.html
copy to chrome/browser/resources/md_extensions/manager.html
index e3fe2171c978eb8a1bc05084a44b526c2ba146c6..a72c18391ceb8635432369fea96e1773ab8f9089 100644
--- a/chrome/browser/resources/settings/prefs/prefs.html
+++ b/chrome/browser/resources/md_extensions/manager.html
@@ -1,6 +1,6 @@
-<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<link rel="import" href="chrome://resources/html/assert.html">
<link rel="import" href="chrome://resources/html/cr.html">
-<link rel="import" href="prefs_types.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
-<script src="prefs.js"></script>
+<dom-module id="extensions-manager">
+ <script src="chrome://extensions/manager.js"></script>
+</dom-module>
« no previous file with comments | « chrome/browser/resources/md_extensions/extensions.html ('k') | chrome/browser/resources/md_extensions/manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698