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

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

Issue 6541027: Small: Cloud print UI options fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html 2 <html
3 i18n-values="dir:textdirection; 3 i18n-values="dir:textdirection"
csilv 2011/02/18 18:59:54 If enable-cloud-print-proxy is no longer defined h
Scott Byer 2011/02/18 19:11:33 I had thought it might, but I tried it, and the se
4 enable-cloud-print-proxy:enable-cloud-print-proxy"
5 id="t"> 4 id="t">
6 <head> 5 <head>
7 <meta charset="utf-8"> 6 <meta charset="utf-8">
8 <!-- Set the title to that of the default page so that the title doesn't flash 7 <!-- Set the title to that of the default page so that the title doesn't flash
9 on load (for the most common case). --> 8 on load (for the most common case). -->
10 <title i18n-content="browserPageTabTitle"></title> 9 <title i18n-content="browserPageTabTitle"></title>
11 10
12 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 11 <link rel="icon" href="../../../app/theme/settings_favicon.png">
13 <link rel="stylesheet" href="chrome://resources/css/list.css"> 12 <link rel="stylesheet" href="chrome://resources/css/list.css">
14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 13 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 </if> 212 </if>
214 <include src="cookies_view.html"> 213 <include src="cookies_view.html">
215 <include src="content_settings_exceptions_area.html"> 214 <include src="content_settings_exceptions_area.html">
216 </div> 215 </div>
217 </div> 216 </div>
218 </div> 217 </div>
219 </div> 218 </div>
220 </div> 219 </div>
221 </body> 220 </body>
222 </html> 221 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698