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_
10 namespace safe_browsing
{
12 // Returns true if this Chrome is in a field trial group which shows the SRT
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_