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

Unified Diff: content/browser/service_worker/service_worker_internals_ui.cc

Issue 2361613002: DevTools: untangle device discovery request from the devtools android bridge. (Closed)
Patch Set: make device hosts profile-independent, plump browser context for inspect. Created 4 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/service_worker/service_worker_internals_ui.cc
diff --git a/content/browser/service_worker/service_worker_internals_ui.cc b/content/browser/service_worker/service_worker_internals_ui.cc
index ed8ddda2f5ea9f77c094a2955bd79b824033dd2b..46404e75603579382a4b5babf018feecec0c1f69 100644
--- a/content/browser/service_worker/service_worker_internals_ui.cc
+++ b/content/browser/service_worker/service_worker_internals_ui.cc
@@ -543,7 +543,7 @@ void ServiceWorkerInternalsUI::InspectWorker(const ListValue* args) {
callback.Run(SERVICE_WORKER_ERROR_NOT_FOUND);
return;
}
- agent_host->Inspect();
+ agent_host->Inspect(nullptr);
callback.Run(SERVICE_WORKER_OK);
}

Powered by Google App Engine
This is Rietveld 408576698