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

Unified Diff: extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc

Issue 2319783002: mash: Allow a subset of D-Bus clients to be created in DBusThreadManager (Closed)
Patch Set: WIP, add DBusThreadManagerAsh and DBusThreadManagerChrome 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: extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc
diff --git a/extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc b/extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc
index 6186bc7783032a1e4d50f64c1820dd4ec296a5ae..71c983be720826ad46d72d02551103f65f1d45d1 100644
--- a/extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc
+++ b/extensions/browser/api/diagnostics/diagnostics_api_chromeos.cc
@@ -75,6 +75,7 @@ void DiagnosticsSendPacketFunction::AsyncWorkStart() {
if (parameters_->options.size)
config[kSize] = base::IntToString(*parameters_->options.size);
+ //JAMES uh oh
chromeos::DBusThreadManager::Get()
->GetDebugDaemonClient()
->TestICMPWithOptions(
« no previous file with comments | « content/shell/browser/shell_browser_main_parts.cc ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698