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

Side by Side Diff: chrome/browser/resources/help/channel_change_page.html

Issue 423533003: Use PageManager in About page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix settings app browser test 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 unified diff | Download patch
OLDNEW
1 <div id="channel-change-page" class="page"> 1 <div id="channel-change-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="channelChangePageTitle"></h1> 3 <h1 i18n-content="channelChangePageTitle"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div class="channel-change-page-channel"> 5 <div class="channel-change-page-channel">
6 <input id="channel-change-page-stable-option" 6 <input id="channel-change-page-stable-option"
7 type="radio" name="channel" value="stable-channel"> 7 type="radio" name="channel" value="stable-channel">
8 <label for="channel-change-page-stable-option" i18n-content="stable"> 8 <label for="channel-change-page-stable-option" i18n-content="stable">
9 </label> 9 </label>
10 </div> 10 </div>
11 <div class="channel-change-page-channel"> 11 <div class="channel-change-page-channel">
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 show-when-selected-channel-unstable" 45 show-when-selected-channel-unstable"
46 i18n-content="channelChangePageChangeButton"> 46 i18n-content="channelChangePageChangeButton">
47 </button> 47 </button>
48 <button id="channel-change-page-cancel-button" 48 <button id="channel-change-page-cancel-button"
49 class="default-button" 49 class="default-button"
50 i18n-content="channelChangePageCancelButton"> 50 i18n-content="channelChangePageCancelButton">
51 </button> 51 </button>
52 </div> 52 </div>
53 </div> 53 </div>
54 </div> 54 </div>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/help/channel_change_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698