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

Unified Diff: disk.h

Issue 6838011: adds a signal, fixes a crash, adds syslogging, and marshals disks to d-bus (Closed) Base URL: ssh://gitrw.chromium.org:9222/cros-disks.git@master
Patch Set: addresses code review comments Created 9 years, 8 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 | « cros-disks.xml ('k') | disk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: disk.h
diff --git a/disk.h b/disk.h
index 14cc059602eb586e779ad37954482278544992c7..2341db90e7fd12aea2b84d7d677afdc532ced159 100644
--- a/disk.h
+++ b/disk.h
@@ -25,6 +25,7 @@ class Disk {
Disk();
virtual ~Disk();
+ DBusDisk ToDBusFormat() const;
bool is_drive() const { return is_drive_; }
void set_is_drive(bool is_drive) { is_drive_ = is_drive; }
« no previous file with comments | « cros-disks.xml ('k') | disk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698