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

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

Issue 11000026: Whitespace change to trigger rebuilding after r158807 (see bug). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <script src="chrome://resources/js/cr/ui/autocomplete_list.js"></script> 71 <script src="chrome://resources/js/cr/ui/autocomplete_list.js"></script>
72 <script src="chrome://resources/js/cr/ui/grid.js"></script> 72 <script src="chrome://resources/js/cr/ui/grid.js"></script>
73 <script src="chrome://resources/js/cr/ui/overlay.js"></script> 73 <script src="chrome://resources/js/cr/ui/overlay.js"></script>
74 <script src="chrome://resources/js/cr/ui/position_util.js"></script> 74 <script src="chrome://resources/js/cr/ui/position_util.js"></script>
75 <script src="chrome://resources/js/cr/ui/repeating_button.js"></script> 75 <script src="chrome://resources/js/cr/ui/repeating_button.js"></script>
76 <script src="chrome://resources/js/cr/ui/tree.js"></script> 76 <script src="chrome://resources/js/cr/ui/tree.js"></script>
77 <script src="chrome://resources/js/load_time_data.js"></script> 77 <script src="chrome://resources/js/load_time_data.js"></script>
78 <script src="chrome://resources/js/util.js"></script> 78 <script src="chrome://resources/js/util.js"></script>
79 <script src="chrome://settings-frame/options_bundle.js"></script> 79 <script src="chrome://settings-frame/options_bundle.js"></script>
80 </head> 80 </head>
81
81 <body class="uber-frame" 82 <body class="uber-frame"
82 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 83 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
83 <div id="overlay-container-1" class="overlay transparent" hidden> 84 <div id="overlay-container-1" class="overlay transparent" hidden>
84 <include src="autofill_options.html"> 85 <include src="autofill_options.html">
85 <include src="clear_browser_data_overlay.html"> 86 <include src="clear_browser_data_overlay.html">
86 <include src="content_settings.html"> 87 <include src="content_settings.html">
87 <include src="do_not_track_confirm_overlay.html"> 88 <include src="do_not_track_confirm_overlay.html">
88 <include src="font_settings.html"> 89 <include src="font_settings.html">
89 <include src="home_page_overlay.html"> 90 <include src="home_page_overlay.html">
90 <include src="import_data_overlay.html"> 91 <include src="import_data_overlay.html">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 <div class="page-banner-gradient"> 161 <div class="page-banner-gradient">
161 <span id="managed-prefs-text" class="page-banner-text"></span> 162 <span id="managed-prefs-text" class="page-banner-text"></span>
162 </div> 163 </div>
163 </div> 164 </div>
164 </div> 165 </div>
165 166
166 <script src="chrome://settings-frame/strings.js"></script> 167 <script src="chrome://settings-frame/strings.js"></script>
167 <script src="chrome://resources/js/i18n_template2.js"></script> 168 <script src="chrome://resources/js/i18n_template2.js"></script>
168 </body> 169 </body>
169 </html> 170 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698