| 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">
|
|
|