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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 593273002: Excludes settings which uses Ash from Athena. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <include src="secondary_user_banner.html"> 8 <include src="secondary_user_banner.html">
9 <section> 9 <section>
10 <div id="network-section-header" class="section-header"> 10 <div id="network-section-header" class="section-header">
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <div id="no-pointing-devices" i18n-content="noPointingDevices" 122 <div id="no-pointing-devices" i18n-content="noPointingDevices"
123 class="settings-row" hidden> 123 class="settings-row" hidden>
124 </div> 124 </div>
125 <div class="settings-row"> 125 <div class="settings-row">
126 <button id="pointer-settings-button" hidden> 126 <button id="pointer-settings-button" hidden>
127 </button> 127 </button>
128 <button id="keyboard-settings-button" 128 <button id="keyboard-settings-button"
129 i18n-content="keyboardSettingsButtonTitle"> 129 i18n-content="keyboardSettingsButtonTitle">
130 </button> 130 </button>
131 <span id="display-options-section"> 131 <span id="display-options-section">
132 <button id="display-options" i18n-content="displayOptions"> 132 <button id="display-options" i18n-content="displayOptions" disabled>
133 </button> 133 </button>
134 </span> 134 </span>
135 </div> 135 </div>
136 </div> 136 </div>
137 </section> 137 </section>
138 </if> 138 </if>
139 <section> 139 <section>
140 <h3 i18n-content="sectionTitleSearch"></h3> 140 <h3 i18n-content="sectionTitleSearch"></h3>
141 <div id="search-section-content"> 141 <div id="search-section-content">
142 <span id="default-search-engine-label" 142 <span id="default-search-engine-label"
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 </div> <!-- advanced-settings --> 915 </div> <!-- advanced-settings -->
916 <footer> 916 <footer>
917 <button id="advanced-settings-expander" class="link-button" 917 <button id="advanced-settings-expander" class="link-button"
918 i18n-content="showAdvancedSettings"> 918 i18n-content="showAdvancedSettings">
919 </button> 919 </button>
920 <button id="version-button" class="link-button" hidden 920 <button id="version-button" class="link-button" hidden
921 i18n-content="browserVersion"> 921 i18n-content="browserVersion">
922 </button> 922 </button>
923 </footer> 923 </footer>
924 </div> 924 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698