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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerWindowClient.h

Issue 831483003: [ServiceWorker] Use pageVisibilityState instead of visibilityState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@page_visibility_state
Patch Set: 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: Source/modules/serviceworkers/ServiceWorkerWindowClient.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h
index 85bc114629fb408f3b7b83df454f76416b2078c3..57feb92377f080227c562287cef10d3b97c73085 100644
--- a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h
+++ b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h
@@ -31,9 +31,6 @@ public:
private:
explicit ServiceWorkerWindowClient(const WebServiceWorkerClientInfo&);
- // FIXME: remove m_visibilityState when m_pageVisibilityState will be used
- // by Chromium.
- String m_visibilityState;
WebPageVisibilityState m_pageVisibilityState;
bool m_isFocused;
WebURLRequest::FrameType m_frameType;

Powered by Google App Engine
This is Rietveld 408576698