Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index dd8459b83429bf8953eb2f7b3c40fe09aae5f8e9..bcccf36d1eaaf9c9f621f30dba7fc7fa94e5776c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1444,6 +1444,12 @@ const char kShutdownNumProcessesSlow[] = "shutdown.num_processes_slow"; |
const char kRestartLastSessionOnShutdown[] = "restart.last.session.on.shutdown"; |
#if !defined(OS_ANDROID) |
+// Boolean that specifies whether or not showing the unsupported OS warning is |
+// suppressed. False by default. Controlled by the SuppressUnsupportedOSWarning |
+// policy setting. |
+const char kSuppressUnsupportedOSWarning[] = |
+ "browser.suppress_unsupported_os_warning"; |
+ |
// Set before autorestarting Chrome, cleared on clean exit. |
const char kWasRestarted[] = "was.restarted"; |
#endif |