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

Side by Side Diff: chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html

Issue 2548303002: Add comments for the usage of Chrome and Google strings and logos. (Closed)
Patch Set: Nit Created 4 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | ios/chrome/app/strings/ios_strings.grd » ('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;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="import" href="chrome://resources/html/polymer.html"> 5 <link rel="import" href="chrome://resources/html/polymer.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper- button.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper- button.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color. html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color. html">
8 <link rel="import" href="signin_shared_css.html"> 8 <link rel="import" href="signin_shared_css.html">
9 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 9 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
10 <link rel="stylesheet" href="sync_confirmation.css"></link> 10 <link rel="stylesheet" href="sync_confirmation.css"></link>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <svg id="checkmark-check" width="13" height="10" viewBox="0 0 13 10"> 42 <svg id="checkmark-check" width="13" height="10" viewBox="0 0 13 10">
43 <path id="checkmark-path" d="M1 5l3.5 3.5L12 1" stroke="#FFF" 43 <path id="checkmark-path" d="M1 5l3.5 3.5L12 1" stroke="#FFF"
44 stroke-width="2" stroke-dasharray="16" 44 stroke-width="2" stroke-dasharray="16"
45 stroke-dashoffset="16" fill="none"></path> 45 stroke-dashoffset="16" fill="none"></path>
46 </svg> 46 </svg>
47 </div> 47 </div>
48 </div> 48 </div>
49 </div> 49 </div>
50 </div> 50 </div>
51 <div class="message-container"> 51 <div class="message-container">
52 <!--
53 "Chrome sync" is the Google Cloud Based services used for sync. Thus
54 this section uses the Chrome logo even for Chromium builds.
55 -->
52 <div id="chrome-logo" class="logo"></div> 56 <div id="chrome-logo" class="logo"></div>
53 <div> 57 <div>
54 <div class="title">$i18n{syncConfirmationChromeSyncTitle}</div> 58 <div class="title">$i18n{syncConfirmationChromeSyncTitle}</div>
55 <div class="body text" 59 <div class="body text"
56 i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div> 60 i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div>
57 </div> 61 </div>
58 </div> 62 </div>
59 <div class="message-container"> 63 <div class="message-container">
64 <!--
65 This section uses the Google logo even for Chromium builds as the
66 user can personalize their Google services from this screen.
67 -->
60 <div id="googleg-logo" class="logo"></div> 68 <div id="googleg-logo" class="logo"></div>
61 <div> 69 <div>
62 <div class="title"> 70 <div class="title">
63 $i18n{syncConfirmationPersonalizeServicesTitle} 71 $i18n{syncConfirmationPersonalizeServicesTitle}
64 </div> 72 </div>
65 <div class="body text"> 73 <div class="body text">
66 $i18n{syncConfirmationPersonalizeServicesBody} 74 $i18n{syncConfirmationPersonalizeServicesBody}
67 </div> 75 </div>
68 </div> 76 </div>
69 </div> 77 </div>
(...skipping 16 matching lines...) Expand all
86 </div> 94 </div>
87 </div> 95 </div>
88 </body> 96 </body>
89 <script src="chrome://resources/js/cr.js"></script> 97 <script src="chrome://resources/js/cr.js"></script>
90 <script src="chrome://resources/js/load_time_data.js"></script> 98 <script src="chrome://resources/js/load_time_data.js"></script>
91 <script src="chrome://resources/js/util.js"></script> 99 <script src="chrome://resources/js/util.js"></script>
92 <script src="sync_confirmation.js"></script> 100 <script src="sync_confirmation.js"></script>
93 <script src="chrome://sync-confirmation/strings.js"></script> 101 <script src="chrome://sync-confirmation/strings.js"></script>
94 <script src="chrome://resources/js/i18n_template.js"></script> 102 <script src="chrome://resources/js/i18n_template.js"></script>
95 </html> 103 </html>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | ios/chrome/app/strings/ios_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698