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

Unified Diff: chrome/common/pref_names.h

Issue 1834783003: Added the SuppressUnsupportedOSWarning policy setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed policy_test_cases Created 4 years, 9 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index b65f79cbd8ed5de3d24e81cf926b4e2591634acd..103280d288b619040f0c99dc9da150a02c5e417b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -507,6 +507,7 @@ extern const char kShutdownNumProcessesSlow[];
extern const char kRestartLastSessionOnShutdown[];
#if !defined(OS_ANDROID)
+extern const char kSuppressUnsupportedOSWarning[];
extern const char kWasRestarted[];
#endif

Powered by Google App Engine
This is Rietveld 408576698