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

Unified Diff: content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_embedded_worker_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h
diff --git a/content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h b/content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h
index 531427ea9b5a7550baf571e6c56cbd733cc7ee8f..07abed7164c4ee6e6d32bd4dd9f8768991890475 100644
--- a/content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h
+++ b/content/browser/background_fetch/background_fetch_embedded_worker_test_helper.h
@@ -63,23 +63,23 @@ class BackgroundFetchEmbeddedWorkerTestHelper
// EmbeddedWorkerTestHelper overrides:
void OnBackgroundFetchAbortEvent(
const std::string& tag,
- const mojom::ServiceWorkerEventDispatcher::
- DispatchBackgroundFetchAbortEventCallback& callback) override;
+ mojom::ServiceWorkerEventDispatcher::
+ DispatchBackgroundFetchAbortEventCallback callback) override;
void OnBackgroundFetchClickEvent(
const std::string& tag,
mojom::BackgroundFetchState state,
- const mojom::ServiceWorkerEventDispatcher::
- DispatchBackgroundFetchClickEventCallback& callback) override;
+ mojom::ServiceWorkerEventDispatcher::
+ DispatchBackgroundFetchClickEventCallback callback) override;
void OnBackgroundFetchFailEvent(
const std::string& tag,
const std::vector<BackgroundFetchSettledFetch>& fetches,
- const mojom::ServiceWorkerEventDispatcher::
- DispatchBackgroundFetchFailEventCallback& callback) override;
+ mojom::ServiceWorkerEventDispatcher::
+ DispatchBackgroundFetchFailEventCallback callback) override;
void OnBackgroundFetchedEvent(
const std::string& tag,
const std::vector<BackgroundFetchSettledFetch>& fetches,
- const mojom::ServiceWorkerEventDispatcher::
- DispatchBackgroundFetchedEventCallback& callback) override;
+ mojom::ServiceWorkerEventDispatcher::
+ DispatchBackgroundFetchedEventCallback callback) override;
private:
bool fail_abort_event_ = false;
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_embedded_worker_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698