Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ec4a59301a30874d6b0d3a8ff1afa590b8a7d6c2..44d6566fa6696059a0a0f2efd31d7c7a661b9467 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -502,7 +502,9 @@ const char kDisabledSchemes[] = "protocol.disabled_schemes"; |
// recorded on Android so that retries aren't attempted on every startup. |
// Instead the cloud policy registration is retried at least 1 or 3 days later. |
const char kLastPolicyCheckTime[] = "policy.last_policy_check_time"; |
+#endif |
+#if defined(OS_ANDROID) || defined(OS_IOS) |
// A list of bookmarks to include in a Managed Bookmarks root node. Each |
// list item is a dictionary containing a "name" and an "url" entry, detailing |
// the bookmark name and target URL respectively. |