Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 570ae7210874445d5f53d33d674c29983d69d269..e5374094c0d712a3a3491ae06043acdd7a2faba7 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -1188,6 +1188,9 @@ const char kExtensionInstallAllowList[] = "extensions.install.allowlist"; |
| // Google controlled. |
| const char kExtensionInstallDenyList[] = "extensions.install.denylist"; |
| +const char kExtensionNotificationsInitializedPref[] = |
|
asargent_no_longer_on_chrome
2011/10/07 21:25:34
nit: include a brief comment here about what this
|
| + "extensions.notifications.initialized"; |
| + |
| // A list containing extensions that Chrome will silently install |
| // at startup time. It is a list of strings, each string contains |
| // an extension ID and an update URL, delimited by a semicolon. |