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

Unified Diff: content/browser/service_worker/service_worker_provider_host.h

Issue 1221643014: Service Worker: Migrate to version_uuid and surface ServiceWorker.id. (Chromium 2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
Index: content/browser/service_worker/service_worker_provider_host.h
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
index 548ae9c584fdfd274b01232a19afb3c208fd1675..7c52da811e5dbf2bf93b777c3763f46ef89fbf41 100644
--- a/content/browser/service_worker/service_worker_provider_host.h
+++ b/content/browser/service_worker/service_worker_provider_host.h
@@ -123,7 +123,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
// Returns false if the version is not in the expected STARTING in our
// process state. That would be indicative of a bad IPC message.
- bool SetHostedVersionId(int64 versions_id);
+ bool SetHostedVersionId(std::string version_uuid);
// Returns a handler for a request, the handler may return NULL if
// the request doesn't require special handling.

Powered by Google App Engine
This is Rietveld 408576698