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

Side by Side Diff: chrome/browser/resources/pdf/elements/viewer-password-screen/viewer-password-screen.html

Issue 853603002: Merge html-office-public repo into src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <polymer-element name="viewer-password-screen" attributes="text active">
2 <template>
3 <link rel="stylesheet" href="viewer-password-screen.css">
4 <div class="center">
5 <form class="form">
6 <div id="message">{{text}}</div>
7 <input id="password" type="password" size="20"></input>
8 <input id="submit" type="submit" on-click={{submit}}></input>
9 </form>
10 </div>
11 </template>
12 <script src="viewer-password-screen.js"></script>
13 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698