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

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h

Issue 2939973003: Download cleanup tool based on experiment config and OS bitness (Closed)
Patch Set: Test fixture's SetUp method should have override Created 3 years, 6 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/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
diff --git a/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h b/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
index 13f0e586aa34ae7fc49db405f493b0b6cb036007..6809423214eaa36e4d2b728ea53bc8d00db5590f 100644
--- a/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
+++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/feature_list.h"
+#include "url/gurl.h"
namespace safe_browsing {
@@ -42,7 +43,7 @@ bool SRTPromptNeedsElevationIcon();
bool IsSwReporterEnabled();
// Returns the correct SRT download URL for the current field trial.
-const char* GetSRTDownloadURL();
+GURL GetSRTDownloadURL();
// Returns the value of the incoming SRT seed.
std::string GetIncomingSRTSeed();

Powered by Google App Engine
This is Rietveld 408576698