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

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

Issue 2389793003: Remove a flag to show storage manager in options page. (Closed)
Patch Set: Rebase Created 4 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 | « chrome/browser/about_flags.cc ('k') | 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="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html">
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml">
9 <include src="secondary_user_banner.html"> 9 <include src="secondary_user_banner.html">
10 <section id="network-section-cros"> 10 <section id="network-section-cros">
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <button id="pointer-settings-button" hidden> 127 <button id="pointer-settings-button" hidden>
128 </button> 128 </button>
129 <button id="keyboard-settings-button" 129 <button id="keyboard-settings-button"
130 i18n-content="keyboardSettingsButtonTitle"> 130 i18n-content="keyboardSettingsButtonTitle">
131 </button> 131 </button>
132 <span id="display-options-section"> 132 <span id="display-options-section">
133 <button id="display-options" i18n-content="displayOptions" disabled> 133 <button id="display-options" i18n-content="displayOptions" disabled>
134 </button> 134 </button>
135 </span> 135 </span>
136 <button id="storage-manager-button" 136 <button id="storage-manager-button"
137 i18n-content="storageManagerButtonTitle" hidden> 137 i18n-content="storageManagerButtonTitle">
138 </button> 138 </button>
139 </div> 139 </div>
140 <div id="stylus-row" hidden> 140 <div id="stylus-row" hidden>
141 <a is="action-link" id="stylus-settings-link" 141 <a is="action-link" id="stylus-settings-link"
142 i18n-content="stylusSettingsButtonTitle"></a> 142 i18n-content="stylusSettingsButtonTitle"></a>
143 </div> 143 </div>
144 <div id="power-row" hidden> 144 <div id="power-row" hidden>
145 <a is="action-link" id="power-settings-link" 145 <a is="action-link" id="power-settings-link"
146 i18n-content="powerSettingsButton"></a> 146 i18n-content="powerSettingsButton"></a>
147 </div> 147 </div>
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 </button> 1118 </button>
1119 </div> 1119 </div>
1120 </section> 1120 </section>
1121 </div> <!-- advanced-settings-container --> 1121 </div> <!-- advanced-settings-container -->
1122 </div> <!-- advanced-settings --> 1122 </div> <!-- advanced-settings -->
1123 <footer id="advanced-settings-footer"> 1123 <footer id="advanced-settings-footer">
1124 <a is="action-link" id="advanced-settings-expander" 1124 <a is="action-link" id="advanced-settings-expander"
1125 i18n-content="showAdvancedSettings"></a> 1125 i18n-content="showAdvancedSettings"></a>
1126 </footer> 1126 </footer>
1127 </div> 1127 </div>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698