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

Unified Diff: content/browser/shared_worker/shared_worker_instance.h

Issue 196503005: Make DevTools support for the embedded SharedWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments Created 6 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: 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_; }

Powered by Google App Engine
This is Rietveld 408576698