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

Side by Side Diff: chrome/browser/resources/chromeos/mobile_setup.html

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <style> 6 <style>
7 body { 7 body {
8 -webkit-box-flex: 1; 8 -webkit-box-flex: 1;
9 -webkit-box-orient: vertical; 9 -webkit-box-orient: vertical;
10 -webkit-user-select: none; 10 -webkit-user-select: none;
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 </div> 213 </div>
214 </div> 214 </div>
215 </div> 215 </div>
216 </div> 216 </div>
217 <div id="footer" class="hidden dialog-footer"> 217 <div id="footer" class="hidden dialog-footer">
218 <div class=horizontal-spacer></div> 218 <div class=horizontal-spacer></div>
219 <button id="cancelButton" class="cancel" i18n-content="cancel_button"></butto n> 219 <button id="cancelButton" class="cancel" i18n-content="cancel_button"></butto n>
220 </div> 220 </div>
221 </body> 221 </body>
222 </html> 222 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/menu.js ('k') | chrome/browser/resources/chromeos/mobile_setup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698