| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 40abeab8cb12b93999720ecd6b4fa42be8bbd767..650607a1f090dd846cf5256fe1f5cdcbc4449841 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2472,6 +2472,9 @@ extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping";
|
| extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count";
|
| extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping";
|
|
|
| +// How often the bubble has been shown.
|
| +extern const char kModuleConflictBubbleShown[] = "module_conflict.bubble_shown";
|
| +
|
| // A string pref for storing the salt used to compute the pepper device ID.
|
| const char kDRMSalt[] = "settings.privacy.drm_salt";
|
| // A boolean pref that enables the (private) pepper GetDeviceID() call.
|
|
|