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

Unified Diff: chrome/browser/resources/help/channel_change_page.html

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/help/channel_change_page.css ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/channel_change_page.html
diff --git a/chrome/browser/resources/help/channel_change_page.html b/chrome/browser/resources/help/channel_change_page.html
index 6867e1e9d2a6385b40c9da17bc8ff3a0261ce9a6..cbf025a12af176884200dbdbd8f5d165e2d02571 100644
--- a/chrome/browser/resources/help/channel_change_page.html
+++ b/chrome/browser/resources/help/channel_change_page.html
@@ -2,18 +2,18 @@
<div class="close-button"></div>
<h1 i18n-content="channelChangePageTitle"></h1>
<div class="content-area">
- <div class="channel-change-page-channel">
+ <div class="channel-change-page-channel radio">
<input id="channel-change-page-stable-option"
type="radio" name="channel" value="stable-channel">
<label for="channel-change-page-stable-option" i18n-content="stable">
</label>
</div>
- <div class="channel-change-page-channel">
+ <div class="channel-change-page-channel radio">
<input id="channel-change-page-beta-option"
type="radio" name="channel" value="beta-channel">
<label for="channel-change-page-beta-option" i18n-content="beta"></label>
</div>
- <div class="channel-change-page-channel">
+ <div class="channel-change-page-channel radio">
<input id="channel-change-page-dev-option"
type="radio" name="channel" value="dev-channel">
<label for="channel-change-page-dev-option" i18n-content="dev"></label>
« no previous file with comments | « chrome/browser/resources/help/channel_change_page.css ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698