| Index: chrome/browser/system_monitor/test_removable_storage_notifications.h
|
| diff --git a/chrome/browser/system_monitor/test_removable_storage_notifications.h b/chrome/browser/system_monitor/test_removable_storage_notifications.h
|
| index 314d02da9043c07e992196a578fbf80513973ec6..62ad51287c5f9aa6f48407c2423b3a6941aff97a 100644
|
| --- a/chrome/browser/system_monitor/test_removable_storage_notifications.h
|
| +++ b/chrome/browser/system_monitor/test_removable_storage_notifications.h
|
| @@ -30,6 +30,12 @@ class TestRemovableStorageNotifications
|
| string16* device_location,
|
| string16* storage_object_id) const OVERRIDE;
|
| #endif
|
| +
|
| + void ProcessAttach(const std::string& id,
|
| + const string16& name,
|
| + const FilePath::StringType& location);
|
| +
|
| + void ProcessDetach(const std::string& id);
|
| };
|
|
|
| } // namespace test
|
|
|