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

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

Issue 2846333003: Chrome cleaner: move Chrome Cleaner files to their own directory (Closed)
Patch Set: Created 3 years, 8 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/srt_client_info_win.h
diff --git a/chrome/browser/safe_browsing/srt_client_info_win.h b/chrome/browser/safe_browsing/srt_client_info_win.h
deleted file mode 100644
index 608ee96ede8add606e8dd2207879dfd149507cc2..0000000000000000000000000000000000000000
--- a/chrome/browser/safe_browsing/srt_client_info_win.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_SAFE_BROWSING_SRT_CLIENT_INFO_WIN_H_
-#define CHROME_BROWSER_SAFE_BROWSING_SRT_CLIENT_INFO_WIN_H_
-
-namespace safe_browsing {
-
-// Encodes Chrome's channel as an integer to be passed to the SRT on the command
-// line. The SRT binary expects to receive Chrome's channel encoded as:
-// 0: unknown; 1: canary; 2: dev; 3: beta; 4: stable.
-int ChannelAsInt();
-
-// Returns true if there is a profile that is not in incognito mode and the user
-// has opted into Safe Browsing extended reporting.
-bool SafeBrowsingExtendedReportingEnabled();
-
-} // namespace safe_browsing
-
-#endif // CHROME_BROWSER_SAFE_BROWSING_SRT_CLIENT_INFO_WIN_H_
« no previous file with comments | « chrome/browser/safe_browsing/srt_chrome_prompt_impl.cc ('k') | chrome/browser/safe_browsing/srt_client_info_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698