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

Unified Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2805003005: MD Settings: Move Activity Controls link to Sync subpage (Closed)
Patch Set: remove an obsolete test Created 3 years, 8 months 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
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index f217e571c4a5b6f88ee7a8423cb33d62ece3d60c..dcb421f8ea15331d6b20d69c03dcec15763001ff 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -83,18 +83,6 @@
width: 40px;
}
- /* Avoid orphaned english text (as requested by bettes@) */
- #activity-controls .secondary {
- max-width: 90%;
- }
-
- #googleg-logo {
- background-image: url(../../../../../ui/webui/resources/images/200-logo_googleg.png);
- background-size: cover;
- height: 16px;
- width: 16px;
- }
-
#disconnectDialog .footer .settings-box {
--settings-box-row-padding: 0;
}
@@ -204,23 +192,6 @@
</div>
</template>
- <div class="settings-box three-line" id="activity-controls"
- on-tap="onActivityControlsTap_" actionable
- hidden="[[!syncStatus.signedIn]]">
- <div class="icon-container">
- <div id="googleg-logo"></div>
- </div>
- <div class="middle">
- $i18n{personalizeGoogleServicesTitle}
- <div class="secondary" id="personalizeGoogleServicesSecondary">
- $i18n{personalizeGoogleServicesText}
- </div>
- </div>
- <button class="icon-external" is="paper-icon-button-light"
- aria-label="$i18n{personalizeGoogleServicesTitle}"
- aria-describedby="personalizeGoogleServicesSecondary"></button>
- </div>
-
<if expr="chromeos">
<template is="dom-if" if="[[!quickUnlockEnabled_]]">
<div class="settings-box">

Powered by Google App Engine
This is Rietveld 408576698