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

Unified Diff: content/common/service_worker/service_worker_types.h

Issue 871013003: Gather the ServiceWorker client information in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rfh_getvisibilitystate
Patch Set: rebase Created 5 years, 11 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/common/service_worker/service_worker_types.h
diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
index 1af1bf0602ea81d70a5f9cb77e6f57a02eae8d3b..37287391b16670e2a3713acab3ae71bb1dd237a6 100644
--- a/content/common/service_worker/service_worker_types.h
+++ b/content/common/service_worker/service_worker_types.h
@@ -203,14 +203,6 @@ class ChangedVersionAttributesMask {
int changed_;
};
-struct ServiceWorkerClientInfo {
michaeln 2015/01/26 22:09:46 I think keep this as a struct would be fine.
mlamouri (slow - plz ping) 2015/01/27 15:03:08 Moved back to a struct but still in its own file w
- int client_id;
- blink::WebPageVisibilityState page_visibility_state;
- bool is_focused;
- GURL url;
- RequestContextFrameType frame_type;
-};
-
} // namespace content
#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698