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

Unified Diff: chrome/common/url_constants.cc

Issue 1718093005: Convert enable_one_click_signin to new buildflag system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 3f9676b4ea67b1093df7d4728738e58ef835eb51..6ed9e2a0a164d3b96de10056419caabf17ff62f8 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -427,13 +427,13 @@ const char kChromeAccessibilitySettingsURL[] =
"/chromevox/background/options.html";
#endif // defined(OS_CHROMEOS)
-#if defined(ENABLE_ONE_CLICK_SIGNIN)
+#if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
const char kChromeSyncLearnMoreURL[] =
"https://support.google.com/chrome/answer/165139";
const char kChromeSyncMergeTroubleshootingURL[] =
"https://support.google.com/chrome/answer/1181420#merge";
-#endif // defined(ENABLE_ONE_CLICK_SIGNIN)
+#endif // BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
#if defined(OS_MACOSX)
const char kChromeEnterpriseSignInLearnMoreURL[] =
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698