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

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

Issue 9799001: [Web Intents] Inline installation of extensions in web intents picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: i'm dumb 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 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());
};
« 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