[Sync] Rename PSS::IsSyncEnabled to PSS::IsSyncAllowedByFlag.
[chromium-blink-merge.git] / chrome / browser / safe_browsing / srt_field_trial_win.h
blobc8b7576867e567659dc80846aa94809ba732dfa2
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_SAFE_BROWSING_SRT_FIELD_TRIAL_WIN_H_
6 #define CHROME_BROWSER_SAFE_BROWSING_SRT_FIELD_TRIAL_WIN_H_
8 #include <string>
10 namespace safe_browsing {
12 // Returns true if this Chrome is in a field trial group which shows the SRT
13 // prompt.
14 bool IsInSRTPromptFieldTrialGroups();
16 // Returns the correct SRT download URL for the current field trial.
17 const char* GetSRTDownloadURL();
19 // Returns the value of the incoming SRT seed.
20 std::string GetIncomingSRTSeed();
22 } // namespace safe_browsing
24 #endif // CHROME_BROWSER_SAFE_BROWSING_SRT_FIELD_TRIAL_WIN_H_