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

Side by Side Diff: remoting/webapp/app_remoting/html/idle_dialog.html

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 <dialog id="idle-dialog" class="kd-modaldialog">
2 <p class="idle-warning-message"
3 i18n-content="IDLE_TIMEOUT_WARNING"></p>
4 <div class="button-row">
5 <button class="idle-dialog-continue"
6 i18n-content="IDLE_CONTINUE"></button>
7 <button class="idle-dialog-disconnect"
8 i18n-content="IDLE_DISCONNECT"></button>
9 </div>
10 </dialog>
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/html/feedback_consent.css ('k') | remoting/webapp/app_remoting/html/loading_window.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698