| Index: components/component_updater/mock_component_updater_service.h
|
| diff --git a/components/component_updater/mock_component_updater_service.h b/components/component_updater/mock_component_updater_service.h
|
| index f8d1447cc96f9aae0999069be97e11328fcb2792..ef9e862c867ffb2a7a3cceef4953f0cb176ad34c 100644
|
| --- a/components/component_updater/mock_component_updater_service.h
|
| +++ b/components/component_updater/mock_component_updater_service.h
|
| @@ -33,6 +33,8 @@ class MockComponentUpdateService : public ComponentUpdateService {
|
| bool(const std::string& id));
|
| MOCK_CONST_METHOD0(GetComponentIDs,
|
| std::vector<std::string>());
|
| + MOCK_CONST_METHOD2(GetComponentForMimeType,
|
| + bool(const std::string& mime_type, ComponentInfo* info));
|
| MOCK_METHOD0(GetOnDemandUpdater,
|
| OnDemandUpdater&());
|
| MOCK_METHOD2(MaybeThrottle,
|
|
|