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

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

Issue 865033002: Implement a slide-in pane for bookmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pdf-pane
Patch Set: Document bookmarks.js Created 5 years, 11 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/pdf/index-material.html
diff --git a/chrome/browser/resources/pdf/index-material.html b/chrome/browser/resources/pdf/index-material.html
index 2240d23d71047d11170218e160af286b5ff024cb..312adede74c850c7a74b58e9f7e35ee7675693da 100644
--- a/chrome/browser/resources/pdf/index-material.html
+++ b/chrome/browser/resources/pdf/index-material.html
@@ -9,6 +9,8 @@
<link rel="import" href="elements/viewer-password-screen/viewer-password-screen.html">
<link rel="import" href="elements/viewer-toolbar/viewer-toolbar.html">
+ <link rel="import" href="elements/bookmarks-pane/bookmarks-pane.html">
+
<link rel="import" href="chrome://resources/polymer/core-toolbar/core-toolbar.html">
<link rel="import" href="chrome://resources/polymer/paper-icon-button/paper-icon-button.html">
<link rel="import" href="chrome://resources/polymer/paper-progress/paper-progress.html">
@@ -22,11 +24,14 @@
<paper-progress value="0" id="progress-bar"></paper-progress>
<core-toolbar id="pdf-toolbar">
<span id="title" flex></span>
+ <paper-icon-button icon="bookmark-outline" id="bookmarks-button"></paper-icon-button>
<paper-icon-button icon="file-download" id="save-button"></paper-icon-button>
<paper-icon-button icon="print" id="print-button"></paper-icon-button>
</core-toolbar>
</paper-shadow>
+<bookmarks-pane id="bookmarks-pane" heading="Bookmarks"></bookmarks-pane>
+
<div id="sizer"></div>
<viewer-password-screen id="password-screen"></viewer-password-screen>
<viewer-page-indicator id="page-indicator"></viewer-page-indicator>

Powered by Google App Engine
This is Rietveld 408576698