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

Unified Diff: chrome/browser/resources/pdf/index.html

Issue 1527453002: PDF: Remove 'material' from file and variable names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf_remove_non_material
Patch Set: Created 5 years 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 | « chrome/browser/resources/pdf/index.css ('k') | chrome/browser/resources/pdf/index-material.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/pdf/index.html
diff --git a/chrome/browser/resources/pdf/index-material.html b/chrome/browser/resources/pdf/index.html
similarity index 93%
rename from chrome/browser/resources/pdf/index-material.html
rename to chrome/browser/resources/pdf/index.html
index 9ec7ed579d92cc6a9b4e9d10cf22efe5ad49a385..6f6204c29a86f9ee8aa67767440ace87bce04f16 100644
--- a/chrome/browser/resources/pdf/index-material.html
+++ b/chrome/browser/resources/pdf/index.html
@@ -13,11 +13,11 @@
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/roboto.css">
- <link rel="stylesheet" href="index-material.css">
+ <link rel="stylesheet" href="index.css">
</head>
<body>
-<viewer-pdf-toolbar id="material-toolbar" hidden></viewer-pdf-toolbar>
+<viewer-pdf-toolbar id="toolbar" hidden></viewer-pdf-toolbar>
<div id="sizer"></div>
<viewer-password-screen id="password-screen"></viewer-password-screen>
« no previous file with comments | « chrome/browser/resources/pdf/index.css ('k') | chrome/browser/resources/pdf/index-material.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698