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> |