Index: chrome/browser/resources/options/personal_options.html |
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html |
index 5988915d5fb77dd8ece624d64bca70d47e76b7b7..61fefe2284babe40b7dcf3c3638ed2f99b9de2a9 100644 |
--- a/chrome/browser/resources/options/personal_options.html |
+++ b/chrome/browser/resources/options/personal_options.html |
@@ -26,8 +26,8 @@ |
<button id="start-stop-sync"></button> |
<button id="customize-sync""></button> |
</div> |
- <button id="privacy-dashboard-link" class="link-button" |
- i18n-content="privacy_dashboard_link"></button> |
+ <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" |
+ i18n-content="privacy_dashboard_link" target="_blank"></a> |
</div> |
</section> |
<section> |
@@ -96,7 +96,7 @@ |
<h3 i18n-content="themes"></h3> |
<div> |
<button id="themes_reset" i18n-content="themes_reset"></button> |
- <a i18n-content="themes_gallery" id="themes-gallery" href="#"></a> |
+ <a id="themes-gallery" i18n-content="themes_gallery"></a> |
</div> |
</section> |
</if> |