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

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

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/app_remoting/html/template_feedback_consent.html
diff --git a/remoting/webapp/app_remoting/html/template_feedback_consent.html b/remoting/webapp/app_remoting/html/template_feedback_consent.html
deleted file mode 100644
index 4d839e4dcdb6c9202e7ec4a421ab57cd40c2c2fc..0000000000000000000000000000000000000000
--- a/remoting/webapp/app_remoting/html/template_feedback_consent.html
+++ /dev/null
@@ -1,76 +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">
-
- <meta-include type="javascript"/>
-
- <title i18n-content="FEEDBACK_CONSENT_TITLE"></title>
- </head>
- <body>
- <h2 i18n-content="FEEDBACK_CONSENT_TITLE"></h2>
- <p i18n-content="FEEDBACK_CONSENT_EMAIL"
- class="message"></p>
- <p i18n-content="FEEDBACK_CATEGORY_INSTRUCTIONS"></p>
- <select id="feedback-category">
- <option i18n-content="FEEDBACK_CATEGORY_SELECT"></option>
- <option i18n-content="FEEDBACK_CATEGORY_APP_LAUNCH"></option>
- <option i18n-content="FEEDBACK_CATEGORY_APP_PERFORMANCE"></option>
- <option i18n-content="FEEDBACK_CATEGORY_INPUT"></option>
- <option i18n-content="FEEDBACK_CATEGORY_DRIVE_UPLOAD"></option>
- <option i18n-content="FEEDBACK_CATEGORY_DRIVE_DOWNLOAD"></option>
- <option i18n-content="FEEDBACK_CATEGORY_OTHER"></option>
- </select>
- <div id="form-body" hidden>
- <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"
- disabled></button>
- <button id="feedback-consent-cancel"
- i18n-content="CANCEL"></button>
- </div>
- </body>
-</html>
« no previous file with comments | « remoting/webapp/app_remoting/html/template_background.html ('k') | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698