| Index: chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm b/chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm
|
| index 31556112ee2122f5d2101b3f2860e7617366b338..c173462f87c8ed0edcff6a70c4e91c562e9f03d4 100644
|
| --- a/chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm
|
| @@ -25,6 +25,7 @@ class MockIntentPickerDelegate : public WebIntentPickerDelegate {
|
| MOCK_METHOD2(OnServiceChosen, void(const GURL& url, Disposition disposition));
|
| MOCK_METHOD1(OnInlineDispositionWebContentsCreated,
|
| void(content::WebContents* web_contents));
|
| + MOCK_METHOD1(OnExtensionInstallRequested, void(const std::string& id));
|
| MOCK_METHOD0(OnCancelled, void());
|
| MOCK_METHOD0(OnClosing, void());
|
| };
|
|
|