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

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

Issue 868233006: [ServiceWorker] Cleanup to remove old focus() code kept to not break Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_focus_client
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/ServiceWorkerGlobalScopeClient.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
index f09504f01dee52c5e53b1680e1b7b89b70e5cd47..8512c00ee94b84d3da485fc2c916cb6999737951 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
@@ -34,7 +34,6 @@
#include "core/dom/MessagePort.h"
#include "core/workers/WorkerClients.h"
#include "public/platform/WebMessagePortChannel.h"
-#include "public/platform/WebServiceWorkerClientFocusCallback.h"
#include "public/platform/WebServiceWorkerClientsClaimCallbacks.h"
#include "public/platform/WebServiceWorkerClientsInfo.h"
#include "public/platform/WebServiceWorkerEventResult.h"
@@ -75,7 +74,6 @@ public:
virtual void postMessageToCrossOriginClient(const WebCrossOriginServiceWorkerClient&, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0;
virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0;
virtual void claim(WebServiceWorkerClientsClaimCallbacks*) = 0;
- virtual void focus(int clientID, WebServiceWorkerClientFocusCallback*) = 0;
virtual void focus(int clientID, WebServiceWorkerClientCallbacks*) = 0;
static const char* supplementName();
« no previous file with comments | « no previous file | Source/web/ServiceWorkerGlobalScopeClientImpl.h » ('j') | public/web/WebServiceWorkerContextClient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698