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

Unified Diff: remoting/webapp/base/html/dialog_auth.html

Issue 1023943004: Use a separate window to notify the user that permissions are required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/base/html/dialog_auth.html
diff --git a/remoting/webapp/base/html/dialog_auth.html b/remoting/webapp/base/html/dialog_auth.html
deleted file mode 100644
index 209f1c82374d1c2b4ff596d6fbf6048a7ed63698..0000000000000000000000000000000000000000
--- a/remoting/webapp/base/html/dialog_auth.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
-Copyright (c) 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-<div id="auth-dialog" hidden>
-
- <div class="dialog-screen"></div>
-
- <div class="dialog-container">
- <div id="auth-dialog-border" class="kd-modaldialog">
- <h2 i18n-content="MODE_AUTHORIZE"></h2>
- <p id="auth-error-message"
- i18n-content="DESCRIPTION_AUTHORIZE"
- class="message"></p>
- <div class="button-row">
- <button id="auth-button"
- type="button"
- autofocus="autofocus"
- i18n-content="CONTINUE_BUTTON">
- </button>
- </div>
- </div>
- </div>
-
-</div> <!-- auth-dialog -->

Powered by Google App Engine
This is Rietveld 408576698