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

Side by Side Diff: chrome/browser/resources/options/options.html

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="optionsPageTitle"></title> 5 <title i18n-content="optionsPageTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> 6 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
8 <link rel="stylesheet" href="chrome://resources/css/list.css"> 8 <link rel="stylesheet" href="chrome://resources/css/list.css">
9 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 9 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
10 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 10 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 <!-- Please keep the main pages in desired order of display. This will 152 <!-- Please keep the main pages in desired order of display. This will
153 allow search results to display in the desired order. --> 153 allow search results to display in the desired order. -->
154 <include src="search_box.html"> 154 <include src="search_box.html">
155 <include src="search_page.html"> 155 <include src="search_page.html">
156 <include src="browser_options.html"> 156 <include src="browser_options.html">
157 </div> 157 </div>
158 </div> 158 </div>
159 </div> 159 </div>
160 </div> 160 </div>
161 161
162 <div id="templates" hidden>
163 <div id="managed-prefs-banner" class="page-banner managed-prefs-banner">
164 <div class="page-banner-gradient">
165 <span id="managed-prefs-text" class="page-banner-text"></span>
166 </div>
167 </div>
168 </div>
169
170 <script src="chrome://resources/js/i18n_template2.js"></script> 162 <script src="chrome://resources/js/i18n_template2.js"></script>
171 </body> 163 </body>
172 </html> 164 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698