summaryrefslogtreecommitdiff
path: root/chromium/content/browser/background_fetch/background_fetch_service_impl.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:20:33 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:28:57 +0000
commitd17ea114e5ef69ad5d5d7413280a13e6428098aa (patch)
tree2c01a75df69f30d27b1432467cfe7c1467a498da /chromium/content/browser/background_fetch/background_fetch_service_impl.h
parent8c5c43c7b138c9b4b0bf56d946e61d3bbc111bec (diff)
downloadqtwebengine-chromium-d17ea114e5ef69ad5d5d7413280a13e6428098aa.tar.gz
BASELINE: Update Chromium to 67.0.3396.47
Change-Id: Idcb1341782e417561a2473eeecc82642dafda5b7 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
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,