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

Unified Diff: chrome/browser/resources/options/sync_section.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/resources/plugins.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/sync_section.html
diff --git a/chrome/browser/resources/options/sync_section.html b/chrome/browser/resources/options/sync_section.html
index fdf89885921b10f111163f2e8754aee04dd02b37..194d6e9cabd024796e21ae8006ed22ef91224960 100644
--- a/chrome/browser/resources/options/sync_section.html
+++ b/chrome/browser/resources/options/sync_section.html
@@ -1,8 +1,8 @@
-<if expr="not pp_ifdef('chromeos')">
+<if expr="not chromeos">
<section id="sync-section">
<h3 i18n-content="sectionTitleSync"></h3>
</if>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
<div id="sync-section">
</if>
@@ -12,7 +12,7 @@
target="_blank"></a>
</div>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
<div id="account-picture-wrapper">
<div id="account-picture-control">
<input type="image" id="account-picture" tabindex="0"
@@ -23,14 +23,14 @@
</span>
</div>
<div id="sync-general">
-</if> <!-- pp_ifdef('chromeos') -->
+</if> <!-- chromeos -->
<div id="sync-status" class="settings-row" hidden>
<span id="sync-status-text"></span>
<button id="sync-action-link" class="link-button"></button>
</div>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
<div class="checkbox">
<span class="controlled-setting-with-label">
<input id="enable-screen-lock" type="checkbox"
@@ -45,7 +45,7 @@
</span>
</div>
</div>
-</if> <!-- pp_ifdef('chromeos') -->
+</if> <!-- chromeos -->
<div id="sync-buttons" class="settings-row">
<button id="start-stop-sync" hidden></button>
@@ -55,11 +55,11 @@
<button id="customize-sync" i18n-content="customizeSync"
pref="sync.managed" hidden>
</button>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
<button id="manage-accounts-button"
i18n-content="manageAccountsButtonTitle">
</button>
-</if> <!-- pp_ifdef('chromeos') -->
+</if> <!-- chromeos -->
<div id="enable-auto-login-checkbox" class="checkbox" hidden>
<label>
<input id="enable-auto-login" pref="autologin.enabled"
@@ -69,9 +69,9 @@
</div>
</div>
-<if expr="not pp_ifdef('chromeos')">
+<if expr="not chromeos">
</section>
</if>
-<if expr="pp_ifdef('chromeos')">
+<if expr="chromeos">
</div>
</if>
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/resources/plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698