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

Unified Diff: chrome/browser/storage_monitor/storage_monitor_linux.h

Issue 12912013: Storage Monitor Linux: Do not try to initialize MediaTransferProtocolManager during unit tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/storage_monitor/storage_monitor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/storage_monitor/storage_monitor_linux.h
===================================================================
--- chrome/browser/storage_monitor/storage_monitor_linux.h (revision 190492)
+++ chrome/browser/storage_monitor/storage_monitor_linux.h (working copy)
@@ -105,6 +105,9 @@
// any) we have notified system monitor about.
typedef std::map<base::FilePath, ReferencedMountPoint> MountPriorityMap;
+ // Returns true if this StorageMonitorLinux instance is used for a test.
+ virtual bool IsRunningTest() const;
Greg Billock 2013/03/26 16:03:43 Instead of this, can we make some virtuals that se
+
// Do initialization on the File Thread.
void InitOnFileThread();
« no previous file with comments | « no previous file | chrome/browser/storage_monitor/storage_monitor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698