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

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

Issue 171763004: Remove pp_ifdef from resource files in chrome/browser and chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
OLDNEW
1 <div id="certificateManagerPage" class="page" hidden> 1 <div id="certificateManagerPage" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="certificateManagerPage"></h1> 3 <h1 i18n-content="certificateManagerPage"></h1>
4 <div id="certificate-manager-content-area" class="content-area"> 4 <div id="certificate-manager-content-area" class="content-area">
5 <!-- Navigation tabs --> 5 <!-- Navigation tabs -->
6 <div class="subpages-nav-tabs"> 6 <div class="subpages-nav-tabs">
7 <span id="personal-certs-nav-tab" class="tab" 7 <span id="personal-certs-nav-tab" class="tab"
8 tab-contents="personalCertsTab"> 8 tab-contents="personalCertsTab">
9 <span class="tab-label" i18n-content="personalCertsTabTitle"></span> 9 <span class="tab-label" i18n-content="personalCertsTabTitle"></span>
10 <span class="active-tab-label" i18n-content="personalCertsTabTitle"> 10 <span class="active-tab-label" i18n-content="personalCertsTabTitle">
(...skipping 26 matching lines...) Expand all
37 icon-visibility="parent"> 37 icon-visibility="parent">
38 </tree> 38 </tree>
39 </td></tr> 39 </td></tr>
40 <tr><td> 40 <tr><td>
41 <button id="personalCertsTab-view" i18n-content="view_certificate" 41 <button id="personalCertsTab-view" i18n-content="view_certificate"
42 disabled> 42 disabled>
43 </button> 43 </button>
44 <button id="personalCertsTab-import" 44 <button id="personalCertsTab-import"
45 i18n-content="import_certificate" disabled> 45 i18n-content="import_certificate" disabled>
46 </button> 46 </button>
47 <if expr="pp_ifdef('chromeos')"> 47 <if expr="chromeos">
48 <button id="personalCertsTab-import-and-bind" 48 <button id="personalCertsTab-import-and-bind"
49 i18n-content="importAndBindCertificate" disabled> 49 i18n-content="importAndBindCertificate" disabled>
50 </button> 50 </button>
51 </if> 51 </if>
52 <button id="personalCertsTab-backup" i18n-content="export_certificate" 52 <button id="personalCertsTab-backup" i18n-content="export_certificate"
53 disabled> 53 disabled>
54 </button> 54 </button>
55 <button id="personalCertsTab-delete" i18n-content="delete_certificate" 55 <button id="personalCertsTab-delete" i18n-content="delete_certificate"
56 disabled> 56 disabled>
57 </button> 57 </button>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </div> 136 </div>
137 </div> 137 </div>
138 <div class="action-area"> 138 <div class="action-area">
139 <div class="button-strip"> 139 <div class="button-strip">
140 <button id="certificate-confirm" class="default-button" 140 <button id="certificate-confirm" class="default-button"
141 i18n-content="done"> 141 i18n-content="done">
142 </button> 142 </button>
143 </div> 143 </div>
144 </div> 144 </div>
145 </div> 145 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698