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

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

Issue 1952123002: MD Downloads: fix unvulcanized build by adding <style no-process> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 4 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
« no previous file with comments | « no previous file | third_party/polymer/v1_0/chromium.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/manager.html
diff --git a/chrome/browser/resources/md_downloads/manager.html b/chrome/browser/resources/md_downloads/manager.html
index 3e18aa355c12b1f893b32adc418981f7e262491b..e32fe5710dfbf016115a5b45d2a20628374110d0 100644
--- a/chrome/browser/resources/md_downloads/manager.html
+++ b/chrome/browser/resources/md_downloads/manager.html
@@ -11,9 +11,9 @@
<link rel="import" href="chrome://downloads/toolbar.html">
<dom-module id="downloads-manager">
+ <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
michaelpg 2016/05/05 16:51:44 what is the functional difference in moving this l
Dan Beam 2016/05/05 17:12:01 http://i.imgur.com/Gw9zEVg.png -> <link> doesn't w
<template>
- <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
- <style>
+ <style no-process>
#toolbar {
background: var(--md-toolbar-color);
}
« no previous file with comments | « no previous file | third_party/polymer/v1_0/chromium.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698