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

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

Issue 10916132: AppCache and StoragePartition'ing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
===================================================================
--- content/browser/debugger/worker_devtools_manager.cc (revision 154786)
+++ content/browser/debugger/worker_devtools_manager.cc (working copy)
@@ -289,7 +289,8 @@
for (TerminatedInspectedWorkers::iterator it = terminated_workers_.begin();
it != terminated_workers_.end(); ++it) {
if (instance.Matches(it->worker_url, it->worker_name,
- instance.resource_context())) {
+ instance.resource_context(),
+ instance.storage_partition())) {
worker->Send(new DevToolsAgentMsg_PauseWorkerContextOnStart(
instance.worker_route_id()));
WorkerId new_worker_id(worker->GetData().id, instance.worker_route_id());

Powered by Google App Engine
This is Rietveld 408576698