Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c7139bec2f5f0803f926ad399c19a1b0c1e16388..13a1a7b387235f10bd97c7aeb73838f1b3238d83 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2318,6 +2318,11 @@ const char kChromeCreatedLoginItem[] = |
// time. |
const char kMigratedLoginItemPref[] = |
"background_mode.migrated_login_item_pref"; |
+ |
+// A boolean that tracks whether to show a notification when trying to quit |
+// while there are apps running. |
+const char kNotifyWhenAppsKeepChromeAlive[] = |
+ "apps.notify-when-apps-keep-chrome-alive"; |
#endif |
// Set to true if background mode is enabled on this browser. |