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

Unified Diff: public/web/WebFrameClient.h

Issue 1216093003: Service Worker: Migrate to version_uuid and surface ServiceWorker.id. (Blink 1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « public/platform/WebServiceWorker.h ('k') | public/web/WebServiceWorkerNetworkProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 328f5aafc22ebce7b0b6e7654a8a5d17d5be107b..234fe08e95a0c6271a2e22497e569291d9e98343 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -605,7 +605,7 @@ public:
// Returns an identifier of the service worker controlling the document
// associated with the WebDataSource.
- virtual int64_t serviceWorkerID(WebDataSource&) { return -1; }
+ virtual std::string serviceWorkerID(WebDataSource&) { return std::string(); }
// Fullscreen ----------------------------------------------------------
« no previous file with comments | « public/platform/WebServiceWorker.h ('k') | public/web/WebServiceWorkerNetworkProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698