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

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

Issue 2009543002: Add storage manager overlay on Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 7 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <div class="settings-row"> 122 <div class="settings-row">
123 <button id="pointer-settings-button" hidden> 123 <button id="pointer-settings-button" hidden>
124 </button> 124 </button>
125 <button id="keyboard-settings-button" 125 <button id="keyboard-settings-button"
126 i18n-content="keyboardSettingsButtonTitle"> 126 i18n-content="keyboardSettingsButtonTitle">
127 </button> 127 </button>
128 <span id="display-options-section"> 128 <span id="display-options-section">
129 <button id="display-options" i18n-content="displayOptions" disabled> 129 <button id="display-options" i18n-content="displayOptions" disabled>
130 </button> 130 </button>
131 </span> 131 </span>
132 <button id="storage-manager-button"
133 i18n-content="storageManagerButtonTitle" hidden>
134 </button>
132 </div> 135 </div>
133 <div id="power-row" hidden> 136 <div id="power-row" hidden>
134 <a is="action-link" id="power-settings-link" 137 <a is="action-link" id="power-settings-link"
135 i18n-content="powerSettingsButton"></a> 138 i18n-content="powerSettingsButton"></a>
136 </div> 139 </div>
137 </div> 140 </div>
138 </section> 141 </section>
139 </if> 142 </if>
140 <section id="search-section"> 143 <section id="search-section">
141 <h3 i18n-content="sectionTitleSearch"></h3> 144 <h3 i18n-content="sectionTitleSearch"></h3>
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 </button> 1115 </button>
1113 </div> 1116 </div>
1114 </section> 1117 </section>
1115 </div> <!-- advanced-settings-container --> 1118 </div> <!-- advanced-settings-container -->
1116 </div> <!-- advanced-settings --> 1119 </div> <!-- advanced-settings -->
1117 <footer id="advanced-settings-footer"> 1120 <footer id="advanced-settings-footer">
1118 <a is="action-link" id="advanced-settings-expander" 1121 <a is="action-link" id="advanced-settings-expander"
1119 i18n-content="showAdvancedSettings"></a> 1122 i18n-content="showAdvancedSettings"></a>
1120 </footer> 1123 </footer>
1121 </div> 1124 </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