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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.html

Issue 326933004: Example of usage of new features of context and screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div class="step hidden no-logo" id="controller-pairing" hidden>
2 <div is="throbber_" class="throbber" hidden></div>
3 <div is="pageNameLabel_" class="page-name"></div>
4 <list is="deviceList_" class="device-list" hidden></list>
5
6 <button is="chooseDeviceButton_" action="chooseDevice" payload="choosenDeviceP ayload_" disabled hidden>Choose</button>
7 <div is="confirmationCodeLabel_" hidden></div>
8 <button is="acceptCodeButton_" action="acceptCode" disabled hidden>Yes</button >
9 <button is="rejectCodeButton_" action="rejectCode" disabled hidden>No</button>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698