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

Unified Diff: chrome/browser/chrome_browser_main_linux.h

Issue 12334096: Regularize ownerships and lifecycle for storage monitor platform classes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: in progress... changed to not require mtp manager in linux for tests. Created 7 years, 10 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/chrome_browser_main_linux.h
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
index e76f34882868db1042a43d2f426c5125db18e8b8..f93b3bb360567f6faf5598b5d635b6e71d4f9a39 100644
--- a/chrome/browser/chrome_browser_main_linux.h
+++ b/chrome/browser/chrome_browser_main_linux.h
@@ -37,8 +37,6 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
scoped_refptr<chrome::RemovableDeviceNotificationsLinux>
removable_device_notifications_linux_;
#endif
- scoped_ptr<chrome::MediaTransferProtocolDeviceObserverLinux>
- media_transfer_protocol_device_observer_;
bool initialized_media_transfer_protocol_manager_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux);

Powered by Google App Engine
This is Rietveld 408576698