| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index b7f59c4e6ce1e82ad34409edd0f0e3a3436e8db9..b036687dd75db2a73d6bfa69cfef1948daf38a6a 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -367,6 +367,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";
|
|
|