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

Side by Side Diff: remoting/webapp/base/html/connection_dropped_dialog.html

Issue 1146833002: [AppRemoting] Implement ConnectionDroppedDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WindowShape fixes + reviewer's feedback Created 5 years, 7 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 <!--
2 Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <dialog id='connection-dropped-dialog' class='kd-modaldialog'>
7 <div class='error-state' i18n-content='ERROR_CONNECTION_DROPPED'></div>
8 <div class='box-spacer'></div>
9 <div class='button-row'>
10 <button class='restart-button' i18n-content='RESTART_BUTTON'
11 autofocus='autofocus'></button>
12 <button class='close-button' i18n-content='CLOSE'></button>
13 </div>
14 </dialog>
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/js/context_menu_chrome.js ('k') | remoting/webapp/base/js/modal_dialogs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698