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

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

Issue 1040993003: ServiceWorker: Support non-window clients in Clients.matchAll (2/2 blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 9799a31cc4fa94af0fd7647f4a473c17f2f9b008..3b00d2d2f5f235686cd51a89e9dced459e77d963 100644
--- a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h
+++ b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h
@@ -30,7 +30,6 @@ public:
// WindowClient.idl
String visibilityState() const;
bool focused() const { return m_isFocused; }
- String frameType() const;
ScriptPromise focus(ScriptState*);
DECLARE_VIRTUAL_TRACE();
@@ -40,7 +39,6 @@ private:
WebPageVisibilityState m_pageVisibilityState;
bool m_isFocused;
- WebURLRequest::FrameType m_frameType;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698