| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 59dc013fc4c206a11b63ae5ecfab70e84fa9accf..097c166ed52fcd1dbdc667c7043dad95fd3e7170 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";
|
|
|