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

Unified Diff: chrome/browser/ui/cocoa/web_intent_sheet_controller_unittest.mm

Issue 9763001: [Web Intents] Inline installation of extensions in web intents picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac fix Created 8 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
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 691ac37f051fbfce2ddd08252efaa678eb9f4f78..8e0a13bfe4f0c206e4399ada63af157fd2a88c43 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());
};
« no previous file with comments | « chrome/browser/intents/web_intents_registry_unittest.cc ('k') | chrome/browser/ui/intents/web_intent_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698