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

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

Issue 2942043003: Minor fixes to the Chrome Cleanup WebUI (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.html
diff --git a/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.html b/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.html
index 3d43ba4b69e13dc59b97f65ac42e637d6361f51f..d1b5dda1c881af04e009278da94ee1ef40ac7587 100644
--- a/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.html
+++ b/chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_page.html
@@ -59,7 +59,8 @@
<div class="start">[[title_]]</div>
<template is="dom-if" if="[[showActionButton_]]">
<div class="separator"></div>
- <paper-button id="action-button" on-tap="proceed_">
+ <paper-button id="action-button" class="primary-button"
+ on-tap="proceed_">
[[actionButtonLabel_]]
</paper-button>
</template>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/settings/chrome_cleanup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698