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

Unified Diff: chrome/browser/resources/chromeos/arc_support/main.html

Issue 2235293002: arc: Support managed Arc and managed Location Service and B&R consents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2225933002_managed_BR_LOC
Patch Set: don't load ToS for managed arc, add policy indicators Created 4 years, 4 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: chrome/browser/resources/chromeos/arc_support/main.html
diff --git a/chrome/browser/resources/chromeos/arc_support/main.html b/chrome/browser/resources/chromeos/arc_support/main.html
index a176eebf8723e987dc3a12d8d23562c5b0c58343..6c68e69f264683ff3c3acbcaf02bebeb9e46168a 100644
--- a/chrome/browser/resources/chromeos/arc_support/main.html
+++ b/chrome/browser/resources/chromeos/arc_support/main.html
@@ -2,6 +2,9 @@
<html>
<head>
<link rel="stylesheet" href="chrome://resources/css/roboto.css">
+ <link rel="stylesheet" href="chrome://resources/css/bubble.css">
+ <link rel="stylesheet" href="chrome://resources/css/bubble_button.css">
+ <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-progress.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
@@ -40,6 +43,12 @@
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/i18n_template_no_process.js"></script>
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/event_tracker.js"></script>
+ <script src="chrome://resources/js/cr/ui.js"></script>
+ <script src="chrome://resources/js/cr/ui/bubble.js"></script>
+ <script src="chrome://resources/js/cr/ui/bubble_button.js"></script>
+ <script src="chrome://resources/js/cr/ui/controlled_indicator.js"></script>
</head>
<body>
<div id="terms-loading" class="section">
@@ -58,7 +67,8 @@
<div class="content section-flex">
<p class="text-title" i18n-content="greetingHeader"></p>
<p class="text-desc" i18n-content="greetingDescription"></p>
- <p class="text-terms-title" i18n-content="termsOfService"></p>
+ <p class="text-terms-title" id="terms-title"
+ i18n-content="termsOfService"></p>
<div class="section-terms" id ="terms-container">
<webview id="terms-view" partition="persist:arc_support"></webview>
</div>

Powered by Google App Engine
This is Rietveld 408576698