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

Unified Diff: remoting/webapp/app_remoting/html/feedback_consent.html

Issue 964403004: [Chromoting] Enable jscompile for AppRemoting's feedback_consent page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync/merge 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/app_remoting/html/feedback_consent.html
diff --git a/remoting/webapp/app_remoting/html/feedback_consent.html b/remoting/webapp/app_remoting/html/feedback_consent.html
deleted file mode 100644
index 0ee4ba6c30378ca7e36acd69f51aac35852cd2cf..0000000000000000000000000000000000000000
--- a/remoting/webapp/app_remoting/html/feedback_consent.html
+++ /dev/null
@@ -1,69 +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="icon" type="image/png" href="icon16.png">
- <link rel="stylesheet" href="open_sans.css">
- <link rel="stylesheet" href="feedback_consent.css">
- <link rel="stylesheet" href="main.css">
- <link rel="stylesheet" href="message_window.css">
- <script src="base.js"></script>
- <script src="error.js"></script>
- <script src="feedback_consent.js"></script>
- <script src="oauth2_api_impl.js"></script>
- <script src="plugin_settings.js"></script>
- <script src="l10n.js"></script>
- <script src="xhr.js"></script>
- <title i18n-content="FEEDBACK_CONSENT_TITLE"></title>
- </head>
- <body>
- <h2 i18n-content="FEEDBACK_CONSENT_TITLE"></h2>
- <p i18n-content="FEEDBACK_CONSENT"
- class="message"></p>
- <div id="form-body">
- <label class="checkbox-label"
- id="abandon-host-label">
- <input id="abandon-host"
- type="checkbox">
- <span i18n-content="FEEDBACK_ABANDON_HOST"></span>
- </label>
- <label class="checkbox-label checkbox-indent disabled"
- id="include-logs-label">
- <input id="include-logs"
- type="checkbox"
- disabled>
- <span i18n-content="FEEDBACK_INCLUDE_LOGS"></span>
- <a id="learn-more"
- i18n-content="LEARN_MORE"
- class="disabled"></a>
- </label>
- <div id="privacy-info"
- class="information-box"
- hidden>
- <p i18n-content="FEEDBACK_PRIVACY_INFORMATION1"></p>
- <p i18n-content="FEEDBACK_PRIVACY_INFORMATION2"></p>
- </div>
- </div> <!-- form-body -->
- <div id="abandon-failed"
- class="message error-state multi-line-error-state"
- i18n-content="FEEDBACK_ABANDON_FAILED"
- hidden></div>
- <div class="button-row">
- <span id="working"
- class="waiting"
- i18n-content="WORKING"
- hidden></span>
- <button id="feedback-consent-ok"
- i18n-content="OK"
- autofocus="autofocus"></button>
- <button id="feedback-consent-cancel"
- i18n-content="CANCEL"></button>
- </div>
- </body>
-</html>
« no previous file with comments | « remoting/app_remoting_webapp_files.gypi ('k') | remoting/webapp/app_remoting/html/template_feedback_consent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698