| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 45f6e61b605cae95b65afe180f1ebbc3c03ca796..a47c1be56a70863342b6cba6e4f65afc1daa5ac8 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1198,11 +1198,6 @@ const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url";
|
| const char kProfileAvatarTutorialShown[] =
|
| "profile.avatar_bubble_tutorial_shown";
|
|
|
| -// Boolean that specifies if the user has already dismissed the right-click user
|
| -// switching tutorial.
|
| -const char kProfileAvatarRightClickTutorialDismissed[] =
|
| - "profile.avatar_bubble_right_click_tutorial_dismissed";
|
| -
|
| // Indicates if we've already shown a notification that high contrast
|
| // mode is on, recommending high-contrast extensions and themes.
|
| const char kInvertNotificationShown[] = "invert_notification_version_2_shown";
|
|
|