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

Unified Diff: components/storage_monitor/storage_monitor.h

Issue 2358493002: Remove MTP support on Linux. (Closed)
Patch Set: move files Created 4 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
Index: components/storage_monitor/storage_monitor.h
diff --git a/components/storage_monitor/storage_monitor.h b/components/storage_monitor/storage_monitor.h
index 5e8654abdeea61c35626cbbfeaf2cd4268a1b382..5c58581d6059bb0f90389fd4c41b0fc71e213b46 100644
--- a/components/storage_monitor/storage_monitor.h
+++ b/components/storage_monitor/storage_monitor.h
@@ -120,7 +120,7 @@ class StorageMonitor {
base::string16* storage_object_id) const = 0;
#endif
-#if defined(OS_LINUX)
+#if defined(OS_CHROMEOS)
virtual device::MediaTransferProtocolManager*
media_transfer_protocol_manager() = 0;
#endif

Powered by Google App Engine
This is Rietveld 408576698