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

Unified Diff: chrome/browser/chromeos/dbus/cros_dbus_service.cc

Issue 20555003: Allow Chromium's DBus service ownership to be stealable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_panel_service.cc » ('j') | dbus/bus.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/cros_dbus_service.cc
diff --git a/chrome/browser/chromeos/dbus/cros_dbus_service.cc b/chrome/browser/chromeos/dbus/cros_dbus_service.cc
index 2843aa0b6a5c4208f5ddf1977b022822fcf5ffe0..4b63e3a3cbaa84135fc3b89711260cc0489109f0 100644
--- a/chrome/browser/chromeos/dbus/cros_dbus_service.cc
+++ b/chrome/browser/chromeos/dbus/cros_dbus_service.cc
@@ -50,6 +50,7 @@ class CrosDBusServiceImpl : public CrosDBusService {
return;
bus_->RequestOwnership(kLibCrosServiceName,
+ dbus::Bus::REQUIRE_PRIMARY_ALLOW_REPLACEMENT,
satorux1 2013/07/26 01:14:45 Please add some comment about why we are allowing
Chris Masone 2013/07/26 17:37:24 Done.
base::Bind(&CrosDBusServiceImpl::OnOwnership,
base::Unretained(this)));
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_panel_service.cc » ('j') | dbus/bus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698