| Index: chrome/browser/safe_browsing/ping_manager.h
|
| diff --git a/chrome/browser/safe_browsing/ping_manager.h b/chrome/browser/safe_browsing/ping_manager.h
|
| index 8f50372625be08e6bd3adb36356be8396bf1ef8b..f8730ba19357cd672b8a3a9272280e87f802b7f9 100644
|
| --- a/chrome/browser/safe_browsing/ping_manager.h
|
| +++ b/chrome/browser/safe_browsing/ping_manager.h
|
| @@ -14,11 +14,9 @@
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| -#include "chrome/browser/permissions/permission_uma_util.h"
|
| #include "chrome/browser/safe_browsing/protocol_manager_helper.h"
|
| #include "components/safe_browsing_db/hit_report.h"
|
| #include "components/safe_browsing_db/util.h"
|
| -#include "content/public/browser/permission_type.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -32,8 +30,6 @@
|
| } // namespace net
|
|
|
| namespace safe_browsing {
|
| -
|
| -class PermissionReporter;
|
|
|
| class SafeBrowsingPingManager : public net::URLFetcherDelegate {
|
| public:
|
| @@ -63,11 +59,6 @@
|
| void SetCertificateErrorReporterForTesting(
|
| std::unique_ptr<certificate_reporting::ErrorReporter>
|
| certificate_error_reporter);
|
| -
|
| - // Report permission action to SafeBrowsing servers.
|
| - void ReportPermissionAction(const GURL& origin,
|
| - content::PermissionType permission,
|
| - PermissionAction action);
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(SafeBrowsingPingManagerTest,
|
| @@ -109,9 +100,6 @@
|
| std::unique_ptr<certificate_reporting::ErrorReporter>
|
| certificate_error_reporter_;
|
|
|
| - // Sends reports of permission actions.
|
| - std::unique_ptr<PermissionReporter> permission_reporter_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingPingManager);
|
| };
|
|
|
|
|