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

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

Issue 7181002: Remove references to 'linux2' from our grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: personal_options and gfx_resources Created 9 years, 6 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/browser_resources.grd ('k') | ui/gfx/gfx_resources.grd » ('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="personal-page" class="page" hidden> 1 <div id="personal-page" class="page" hidden>
2 <h1 i18n-content="personalPage"></h1> 2 <h1 i18n-content="personalPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <if expr="pp_ifdef('chromeos')"> 4 <if expr="pp_ifdef('chromeos')">
5 <section> 5 <section>
6 <h3 i18n-content="account"></h3> 6 <h3 i18n-content="account"></h3>
7 <div> 7 <div>
8 <img id='account-picture' 8 <img id='account-picture'
9 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> 9 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'>
10 <label> 10 <label>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 </div> 84 </div>
85 </section> 85 </section>
86 <if expr="not pp_ifdef('chromeos')"> 86 <if expr="not pp_ifdef('chromeos')">
87 <section> 87 <section>
88 <h3 i18n-content="browsingData"></h3> 88 <h3 i18n-content="browsingData"></h3>
89 <div> 89 <div>
90 <button id="import-data" i18n-content="importData"></button> 90 <button id="import-data" i18n-content="importData"></button>
91 </div> 91 </div>
92 </section> 92 </section>
93 </if> 93 </if>
94 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5')"> 94 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
95 <section> 95 <section>
96 <h3 i18n-content="appearance"></h3> 96 <h3 i18n-content="appearance"></h3>
97 <div> 97 <div>
98 <div> 98 <div>
99 <button id="themes-GTK-button" 99 <button id="themes-GTK-button"
100 i18n-content="themesGTKButton"></button> 100 i18n-content="themesGTKButton"></button>
101 <button id="themes-reset" 101 <button id="themes-reset"
102 i18n-content="themesSetClassic"></button> 102 i18n-content="themesSetClassic"></button>
103 </div> 103 </div>
104 <div id="themes-gallery-div"> 104 <div id="themes-gallery-div">
(...skipping 28 matching lines...) Expand all
133 </div> 133 </div>
134 <div id="themes-gallery-div"> 134 <div id="themes-gallery-div">
135 <a id="themes-gallery" i18n-content="themesGallery" 135 <a id="themes-gallery" i18n-content="themesGallery"
136 i18n-values="href:themesGalleryURL" target="_blank"></a> 136 i18n-values="href:themesGalleryURL" target="_blank"></a>
137 </div> 137 </div>
138 </div> 138 </div>
139 </section> 139 </section>
140 </if> 140 </if>
141 </div> 141 </div>
142 </div> 142 </div>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | ui/gfx/gfx_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698