summaryrefslogtreecommitdiff
path: root/chromium/content/browser/background_fetch/background_fetch_service_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/background_fetch/background_fetch_service_impl.h')
-rw-r--r--chromium/content/browser/background_fetch/background_fetch_service_impl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/chromium/content/browser/background_fetch/background_fetch_service_impl.h b/chromium/content/browser/background_fetch/background_fetch_service_impl.h
index f2b79788fe4..984a94c034a 100644
--- a/chromium/content/browser/background_fetch/background_fetch_service_impl.h
+++ b/chromium/content/browser/background_fetch/background_fetch_service_impl.h
@@ -13,7 +13,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"
-#include "third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom.h"
+#include "third_party/blink/public/platform/modules/background_fetch/background_fetch.mojom.h"
#include "url/origin.h"
namespace content {
@@ -40,8 +40,12 @@ class CONTENT_EXPORT BackgroundFetchServiceImpl
const std::string& developer_id,
const std::vector<ServiceWorkerFetchRequest>& requests,
const BackgroundFetchOptions& options,
+ const SkBitmap& icon,
FetchCallback callback) override;
- void UpdateUI(const std::string& unique_id,
+ void GetIconDisplaySize(GetIconDisplaySizeCallback callback) override;
+ void UpdateUI(int64_t service_worker_registration_id,
+ const std::string& developer_id,
+ const std::string& unique_id,
const std::string& title,
UpdateUICallback callback) override;
void Abort(int64_t service_worker_registration_id,