summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/webui/welcome/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/ui/webui/welcome/helpers.h')
-rw-r--r--chromium/chrome/browser/ui/webui/welcome/helpers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/chrome/browser/ui/webui/welcome/helpers.h b/chromium/chrome/browser/ui/webui/welcome/helpers.h
index 258c956b80c..43db2f3e477 100644
--- a/chromium/chrome/browser/ui/webui/welcome/helpers.h
+++ b/chromium/chrome/browser/ui/webui/welcome/helpers.h
@@ -23,13 +23,12 @@ class PolicyMap;
class Profile;
namespace welcome {
-#if defined(GOOGLE_CHROME_BUILD) && defined(OS_WIN)
+
// Onboarding groups are used for running field trials related to first run
// experience. This will make a new profile join whatever group is currently
// active. Any profile that is already part of an onboarding group will remain
// in that group.
void JoinOnboardingGroup(Profile* profile);
-#endif // defined(GOOGLE_CHROME_BUILD) && defined(OS_WIN)
bool IsEnabled(Profile* profile);