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

Unified Diff: public/web/WebSharedWorkerRepository.h

Issue 40143003: Simplify SharedWorkerRepository code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « public/web/WebRuntimeFeatures.h ('k') | public/web/WebSharedWorkerRepositoryClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSharedWorkerRepository.h
diff --git a/public/web/WebSharedWorkerRepository.h b/public/web/WebSharedWorkerRepository.h
index 34c4a91b1df661915d8bc44e7b6c543c83e6071d..092598cda04625aa31d3bd11f119b506f4b958a7 100644
--- a/public/web/WebSharedWorkerRepository.h
+++ b/public/web/WebSharedWorkerRepository.h
@@ -39,6 +39,7 @@ class WebString;
class WebSharedWorker;
class WebURL;
+// FIXME: Deprecate this.
class WebSharedWorkerRepository {
public:
// Unique identifier for the parent document of a worker (unique within a given process).
« no previous file with comments | « public/web/WebRuntimeFeatures.h ('k') | public/web/WebSharedWorkerRepositoryClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698