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

Unified Diff: public/platform/WebServiceWorkerClientsInfo.h

Issue 958933004: ServiceWorker: plumbing for ClientQueryOptions (1/2, blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « public/platform/WebServiceWorkerClientType.h ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerClientsInfo.h
diff --git a/public/platform/WebServiceWorkerClientsInfo.h b/public/platform/WebServiceWorkerClientsInfo.h
index 6b4089b1b6f481cbd10130f5324bb3f023e5ab41..5527e847c810d80de274e355686aebb479029023 100644
--- a/public/platform/WebServiceWorkerClientsInfo.h
+++ b/public/platform/WebServiceWorkerClientsInfo.h
@@ -7,6 +7,7 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/WebPageVisibilityState.h"
+#include "public/platform/WebServiceWorkerClientType.h"
#include "public/platform/WebURL.h"
#include "public/platform/WebURLRequest.h"
#include "public/platform/WebVector.h"
@@ -21,6 +22,7 @@ struct WebServiceWorkerClientInfo {
, pageVisibilityState(WebPageVisibilityStateLast)
, isFocused(false)
, frameType(WebURLRequest::FrameTypeNone)
+ , clientType(WebServiceWorkerClientTypeWindow)
{
}
@@ -30,6 +32,7 @@ struct WebServiceWorkerClientInfo {
bool isFocused;
WebURL url;
WebURLRequest::FrameType frameType;
+ WebServiceWorkerClientType clientType;
};
struct WebServiceWorkerClientsInfo {
« no previous file with comments | « public/platform/WebServiceWorkerClientType.h ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698