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

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

Issue 146363002: Linux Aura: Use system title bar is now set by preference, not flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename BrowserView pref registration functions. Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/browser_command_controller.cc » ('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="not pp_ifdef('chromeos')"> 7 <if expr="not pp_ifdef('chromeos')">
8 <include src="sync_section.html"> 8 <include src="sync_section.html">
9 </if> 9 </if>
10 <if expr="pp_ifdef('chromeos')"> 10 <if expr="pp_ifdef('chromeos')">
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <span> 76 <span>
77 <label for="show-bookmark-bars" 77 <label for="show-bookmark-bars"
78 i18n-content="toolbarShowBookmarksBar"> 78 i18n-content="toolbarShowBookmarksBar">
79 </label> 79 </label>
80 <span class="controlled-setting-indicator" 80 <span class="controlled-setting-indicator"
81 pref="bookmark_bar.show_on_all_tabs"> 81 pref="bookmark_bar.show_on_all_tabs">
82 </span> 82 </span>
83 </span> 83 </span>
84 </span> 84 </span>
85 </div> 85 </div>
86 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> 86 <if expr="is_posix and not pp_ifdef('chromeos') and not is_macosx">
87 <div class="checkbox"><label> 87 <div class="checkbox"><label>
88 <input id="show-window-decorations" type="checkbox" 88 <input id="show-window-decorations" type="checkbox"
89 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" 89 pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
90 inverted_pref> 90 inverted_pref>
91 <span i18n-content="showWindowDecorations"></span> 91 <span i18n-content="showWindowDecorations"></span>
92 </label></div> 92 </label></div>
93 </if> 93 </if>
94 </section> 94 </section>
95 <if expr="pp_ifdef('chromeos')"> 95 <if expr="pp_ifdef('chromeos')">
96 <section> 96 <section>
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 </div> 884 </div>
885 </section> 885 </section>
886 </div> <!-- advanced-settings-container --> 886 </div> <!-- advanced-settings-container -->
887 </div> <!-- advanced-settings --> 887 </div> <!-- advanced-settings -->
888 <footer> 888 <footer>
889 <button id="advanced-settings-expander" class="link-button" 889 <button id="advanced-settings-expander" class="link-button"
890 i18n-content="showAdvancedSettings"> 890 i18n-content="showAdvancedSettings">
891 </button> 891 </button>
892 </footer> 892 </footer>
893 </div> 893 </div>
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698