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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
diff --git a/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html b/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
index 32517dc1baf42e9e88d88a537479b16bf4ccc112..ca7b87ef1da42034157cfc8f2dd41969a61148f6 100644
--- a/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
+++ b/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.html
@@ -49,6 +49,10 @@
</div>
</div>
<div class="message-container">
+ <!--
+ "Chrome sync" is the Google Cloud Based services used for sync. Thus
+ this section uses the Chrome logo even for Chromium builds.
+ -->
<div id="chrome-logo" class="logo"></div>
<div>
<div class="title">$i18n{syncConfirmationChromeSyncTitle}</div>
@@ -57,6 +61,10 @@
</div>
</div>
<div class="message-container">
+ <!--
+ This section uses the Google logo even for Chromium builds as the
+ user can personalize their Google services from this screen.
+ -->
<div id="googleg-logo" class="logo"></div>
<div>
<div class="title">
« 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