| Index: content/browser/shared_worker/shared_worker_instance.h
|
| diff --git a/content/browser/shared_worker/shared_worker_instance.h b/content/browser/shared_worker/shared_worker_instance.h
|
| index e714e431dbc4df1ebf26d53b81f6f12902e82efc..9d3d7cb6d3c8014e36986da10595dba1ca04a201 100644
|
| --- a/content/browser/shared_worker/shared_worker_instance.h
|
| +++ b/content/browser/shared_worker/shared_worker_instance.h
|
| @@ -66,6 +66,10 @@ class CONTENT_EXPORT SharedWorkerInstance {
|
| const base::string16& name,
|
| const WorkerStoragePartition& partition,
|
| ResourceContext* resource_context) const;
|
| + static bool UrlNameMatches(const GURL& url1,
|
| + const base::string16& name1,
|
| + const GURL& url2,
|
| + const base::string16& name2);
|
|
|
| // Accessors.
|
| bool closed() const { return closed_; }
|
|
|