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

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

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years 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 | « chrome/browser/resources/options2_resources.grd ('k') | chrome/browser/ui/browser_navigator.cc » ('j') | 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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="pageTitle"></title> 5 <title i18n-content="pageTitle"></title>
6 6
7 <link rel="stylesheet" href="uber.css"> 7 <link rel="stylesheet" href="uber.css">
8 8
9 <script src="chrome://chrome/uber.js"></script> 9 <script src="chrome://chrome/uber.js"></script>
10 <script src="chrome://resources/js/command_line.js"></script> 10 <script src="chrome://resources/js/command_line.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 </head> 12 </head>
13 13
14 <body> 14 <body>
15 15
16 <iframe src="chrome://settings/"></iframe> 16 <iframe src="chrome://settings-frame/"></iframe>
17 <iframe src="chrome://extensions-frame/"></iframe> 17 <iframe src="chrome://extensions-frame/"></iframe>
18 18
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2_resources.grd ('k') | chrome/browser/ui/browser_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698