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

Unified Diff: chrome/browser/system_monitor/media_storage_util.h

Issue 10909259: Share MediaStorageUtil common code among platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win tests Created 8 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
« no previous file with comments | « no previous file | chrome/browser/system_monitor/media_storage_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/system_monitor/media_storage_util.h
diff --git a/chrome/browser/system_monitor/media_storage_util.h b/chrome/browser/system_monitor/media_storage_util.h
index ae0a49593e7b048bf74f53818028be89716af37e..df146eb4a7cab0ec4596b4e60101aaafa16bc76b 100644
--- a/chrome/browser/system_monitor/media_storage_util.h
+++ b/chrome/browser/system_monitor/media_storage_util.h
@@ -83,12 +83,6 @@ class MediaStorageUtil {
// All methods are static, this class should not be instantiated.
MediaStorageUtil();
- // Per platform implementation.
- static bool GetDeviceInfoFromPathImpl(const FilePath& path,
- std::string* device_id,
- string16* device_name,
- FilePath* relative_path);
-
DISALLOW_COPY_AND_ASSIGN(MediaStorageUtil);
};
« no previous file with comments | « no previous file | chrome/browser/system_monitor/media_storage_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698