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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_util.h

Issue 1134603004: Remove the finch gate from the UWS interstitial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 7 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/safe_browsing_util.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
index 6a3c46b59cee313924633831ffb25a19e26e7598..55e767a98d79a6b46a104845470cb58c5af56aaf 100644
--- a/chrome/browser/safe_browsing/safe_browsing_util.h
+++ b/chrome/browser/safe_browsing/safe_browsing_util.h
@@ -200,13 +200,6 @@ enum ListType {
// See above comment. Leave 17 available.
};
-// M40 experimental flag controls rollout of the UwS warning.
-enum UnwantedStatus {
- UWS_OFF,
- UWS_ON_INVISIBLE,
- UWS_ON
-};
-
// Maps a list name to ListType.
ListType GetListId(const base::StringPiece& name);
@@ -237,9 +230,6 @@ GURL GeneratePhishingReportUrl(const std::string& report_page,
SBFullHash StringToSBFullHash(const std::string& hash_in);
std::string SBFullHashToString(const SBFullHash& hash_out);
-// Look up the status of the UwS warning. The default is off.
-UnwantedStatus GetUnwantedTrialGroup();
-
} // namespace safe_browsing_util
#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_UTIL_H_
« no previous file with comments | « chrome/browser/safe_browsing/local_database_manager.cc ('k') | chrome/browser/safe_browsing/safe_browsing_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698