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

Unified Diff: remoting/webapp/crd/html/dialog_hangout_consent.html

Issue 979483002: [Chromoting] Remove hangout consent dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest Created 5 years, 10 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/crd/html/dialog_hangout_consent.html
diff --git a/remoting/webapp/crd/html/dialog_hangout_consent.html b/remoting/webapp/crd/html/dialog_hangout_consent.html
deleted file mode 100644
index 3ad7ebd9c9e8ef5575e60a8d0d54deddbe0fe463..0000000000000000000000000000000000000000
--- a/remoting/webapp/crd/html/dialog_hangout_consent.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!doctype html>
-<!--
-Copyright 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.
--->
-
-<html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="dialog_hangout_consent.css">
- <script type="text/javascript" src="base.js"></script>
- <script type="text/javascript" src="hangout_consent_dialog_main.js"></script>
- <script type="text/javascript" src="ipc.js"></script>
- <script type="text/javascript" src="l10n.js"></script>
- <script type="text/javascript" src="typecheck.js"></script>
- </head>
- <body>
- <div class="header">
- <div class="logo"></div>
- <div class="title" i18n-content="MODE_IT2ME"></div>
- </div>
- <div class="content">
- <div class="message" i18n-content="HANGOUTS_CONFIRM_DIALOG_MESSAGE_1"></div>
- <ul>
- <li i18n-content="HANGOUTS_CONFIRM_DIALOG_MESSAGE_2"></li>
- <li i18n-content="HANGOUTS_CONFIRM_DIALOG_MESSAGE_3"></li>
- <li i18n-content="DESCRIPTION_AUTHORIZE" class='auth-message'></li>
- </ul>
- <div class="footer">
- <div class="button default ok-button" i18n-content="HANGOUTS_CONFIRM_DIALOG_ACCEPT"></div>
- <div class="button cancel-button" i18n-content="HANGOUTS_CONFIRM_DIALOG_DECLINE"></div>
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « remoting/webapp/crd/html/dialog_hangout_consent.css ('k') | remoting/webapp/crd/js/hangout_consent_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698