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

Unified Diff: chrome/browser/media_gallery/media_device_notifications_linux.h

Issue 10829384: SystemMonitor: Pull device type into the device id (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment Created 8 years, 4 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: chrome/browser/media_gallery/media_device_notifications_linux.h
diff --git a/chrome/browser/media_gallery/media_device_notifications_linux.h b/chrome/browser/media_gallery/media_device_notifications_linux.h
index 079123c16fcb85065b4e78d3d636e48a97d8e0dd..7e1d5b837159493cfc29b1dbd2e25197c0bf03cc 100644
--- a/chrome/browser/media_gallery/media_device_notifications_linux.h
+++ b/chrome/browser/media_gallery/media_device_notifications_linux.h
@@ -26,10 +26,10 @@
class FilePath;
// Gets the media device information given a |device_path|. On success,
-// returns true and fills in |device_name| and |device_id|.
+// returns true and fills in |name| and |id|.
typedef bool (*GetDeviceInfoFunc)(const std::string& device_path,
- std::string* device_name,
- string16* device_id);
+ std::string* id,
+ string16* name);
namespace chrome {

Powered by Google App Engine
This is Rietveld 408576698