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

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

Issue 1439333002: Service Worker: Add Clients.get(id) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary condition Created 4 years, 10 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 2748e2938107798fd7ee12294cb35ee81aaa5263..341003aed3a6c4833af0b22d8e3c8bbcdd67f1b1 100644
--- a/content/browser/service_worker/service_worker_provider_host.h
+++ b/content/browser/service_worker/service_worker_provider_host.h
@@ -186,8 +186,10 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
// Same as above but has to be called from the UI thread.
// It is taking the process and frame ids in parameter because |this| is meant
// to live on the IO thread.
- static ServiceWorkerClientInfo GetWindowClientInfoOnUI(int render_process_id,
- int render_frame_id);
+ static ServiceWorkerClientInfo GetWindowClientInfoOnUI(
+ int render_process_id,
+ int render_frame_id,
+ const std::string& client_uuid);
// Adds reference of this host's process to the |pattern|, the reference will
// be removed in destructor.

Powered by Google App Engine
This is Rietveld 408576698