| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 3f42e056ec87d053c3d7c4b57ccde4be61b5bd96..3f8b64d942dfb42e81b427121529b78874d87d35 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -372,6 +372,9 @@ const char kExtensionResourceInvalidRequestURL[] =
|
| const char kSyncGoogleDashboardURL[] =
|
| "https://www.google.com/settings/chrome/sync/";
|
|
|
| +const char kGoogleAccountActivityControlsURL[] =
|
| + "https://myaccount.google.com/privacy?pli=1#activitycontrols";
|
| +
|
| const char kPasswordManagerLearnMoreURL[] =
|
| #if defined(OS_CHROMEOS)
|
| "https://support.google.com/chromebook/?p=settings_password";
|
|
|