Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5080)

Unified Diff: chrome/common/url_constants.cc

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698