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

Unified Diff: chrome/browser/resources/options/personal_options.html

Issue 3069008: remove the chromeos include and reland (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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/browser/resources/options.html ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 94a6168e2feb40ac6baa9cf1a35781aa2a0dba58..a6eff2b5f0ee71e6cc461e3b5dadfa8dc5a98366 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -15,12 +15,9 @@
<button id="start-sync" i18n-content="start_sync"></button>
</td>
</tr>
- </div>
- <div>
<tr id="text-when-synced">
<td>
- <div class="section-text" id="synced_to_user_with_time"
- i18n-content="synced_to_user_with_time"/>
+ <div class="section-text" id="synced_to_user_with_time"/>
</td>
</tr>
<tr id="button-when-synced">
@@ -29,7 +26,6 @@
<button id="sync-customize" i18n-content="sync_customize"></button>
</td>
</tr>
- </div>
</table>
</section>
<section>
@@ -111,7 +107,8 @@
</button>
<button id="themes_set_classic" i18n-content="themes_set_classic">
</button>
- <a id="linux_themes_gallery" i18n-content="themes_gallery"></a>
+ <a i18n-content="themes_gallery" target="_blank"
+ href="https://tools.google.com/chrome/intl/en/themes/index.html" />
</td></tr>
<tr>
<td class="option-name">
@@ -142,7 +139,8 @@
<table class="option-control-table">
<tr><td>
<button id="themes_reset" i18n-content="themes_reset"></button>
- <a id="nonlinux_themes_gallery" i18n-content="themes_gallery"></a>
+ <a i18n-content="themes_gallery" target="_blank"
+ href="https://tools.google.com/chrome/intl/en/themes/index.html" />
</td></tr>
</table>
</section>
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/personal_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698