| Index: components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_delegate.h
|
| diff --git a/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_delegate.h b/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_delegate.h
|
| deleted file mode 100644
|
| index 36d00c9263ce086ed58785a8db5c0be62af05346..0000000000000000000000000000000000000000
|
| --- a/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_delegate.h
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -// Copyright 2015 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 COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_FETCH_THROTTLER_DELEGATE_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_FETCH_THROTTLER_DELEGATE_H_
|
| -
|
| -namespace password_manager {
|
| -
|
| -// An interface that users of AffiliationFetchThrottler need to implement to get
|
| -// notified once it is okay to issue the next network request.
|
| -class AffiliationFetchThrottlerDelegate {
|
| - public:
|
| - // Will be called once the throttling policy allows issuing a network request,
|
| - // provided SignalNetworkRequestNeeded() has been called at least once since
|
| - // the last request.
|
| - //
|
| - // The implementation must return true if a request was actually issued in
|
| - // response to this call, and then call InformOfNetworkRequestComplete() once
|
| - // the request is complete. Otherwise, the implementation must return false.
|
| - virtual bool OnCanSendNetworkRequest() = 0;
|
| -
|
| - protected:
|
| - virtual ~AffiliationFetchThrottlerDelegate() {}
|
| -};
|
| -
|
| -} // namespace password_manager
|
| -
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_FETCH_THROTTLER_DELEGATE_H_
|
|
|