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

Unified Diff: content/browser/debugger/worker_devtools_manager.cc

Issue 10885044: Remove storage context accessors from ResourceContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged to ToT Created 8 years, 4 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/debugger/worker_devtools_manager.cc
diff --git a/content/browser/debugger/worker_devtools_manager.cc b/content/browser/debugger/worker_devtools_manager.cc
index 298943e9c995f5e937185ac7c0a299115eb10e82..05860a6dd78719cf29792037eb48cc48e95a4092 100644
--- a/content/browser/debugger/worker_devtools_manager.cc
+++ b/content/browser/debugger/worker_devtools_manager.cc
@@ -289,6 +289,7 @@ void WorkerDevToolsManager::WorkerCreated(
for (TerminatedInspectedWorkers::iterator it = terminated_workers_.begin();
it != terminated_workers_.end(); ++it) {
if (instance.Matches(it->worker_url, it->worker_name,
+ instance.partition_id(),
instance.resource_context())) {
worker->Send(new DevToolsAgentMsg_PauseWorkerContextOnStart(
instance.worker_route_id()));
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | content/public/browser/storage_partition.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698