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

Unified Diff: public/web/WebEmbeddedWorker.h

Issue 973103003: Revert of Rename WorkerPermissionClient and friends to WorkerContentSettingsClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/web/web.gypi ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebEmbeddedWorker.h
diff --git a/public/web/WebEmbeddedWorker.h b/public/web/WebEmbeddedWorker.h
index 53edb2ebba93cb803941cf537cd11279938205ee..663c3bc7687ed464187a3b7c6fa152826919038f 100644
--- a/public/web/WebEmbeddedWorker.h
+++ b/public/web/WebEmbeddedWorker.h
@@ -37,7 +37,7 @@
class WebServiceWorkerContextClient;
class WebString;
-class WebWorkerContentSettingsClientProxy;
+class WebWorkerPermissionClientProxy;
struct WebEmbeddedWorkerStartData;
// An interface to start and terminate an embedded worker.
@@ -45,12 +45,12 @@
class WebEmbeddedWorker {
public:
// Invoked on the main thread to instantiate a WebEmbeddedWorker.
- // The given WebWorkerContextClient and WebWorkerContentSettingsClientProxy
- // are going to be passed on to the worker thread and is held by a newly
+ // The given WebWorkerContextClient and WebWorkerPermissionClientProxy are
+ // going to be passed on to the worker thread and is held by a newly
// created WorkerGlobalScope.
BLINK_EXPORT static WebEmbeddedWorker* create(
WebServiceWorkerContextClient*,
- WebWorkerContentSettingsClientProxy*);
+ WebWorkerPermissionClientProxy*);
virtual ~WebEmbeddedWorker() { }
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698