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

Unified Diff: metrics_daemon.cc

Issue 2767003: Fixed KDBusMatches bug. (Closed) Base URL: ssh://gitrw.chromium.org/metrics.git
Patch Set: Created 10 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metrics_daemon.cc
diff --git a/metrics_daemon.cc b/metrics_daemon.cc
index 5ccc69487e6ed86b4b6df5a954a1950fb1b4195a..70c0748d5facbc60125e3d6e8d0f3787c9be4291 100644
--- a/metrics_daemon.cc
+++ b/metrics_daemon.cc
@@ -62,7 +62,7 @@ const char* MetricsDaemon::kDBusMatches_[] = {
"type='signal',"
"interface='" DBUS_IFACE_POWER_MANAGER "',"
- "path='/'"
+ "path='/'",
"type='signal',"
"sender='org.chromium.SessionManager',"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698