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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_delegate.h

Issue 9838003: Revert 128189 - [Web Intents] Inline installation of extensions in web intents picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/intents/web_intent_picker_delegate.h
===================================================================
--- chrome/browser/ui/intents/web_intent_picker_delegate.h (revision 128190)
+++ chrome/browser/ui/intents/web_intent_picker_delegate.h (working copy)
@@ -6,7 +6,6 @@
#define CHROME_BROWSER_UI_INTENTS_WEB_INTENT_PICKER_DELEGATE_H_
#pragma once
-#include <string>
#include "chrome/browser/ui/intents/web_intent_picker_model.h"
namespace content {
@@ -30,9 +29,6 @@
virtual void OnInlineDispositionWebContentsCreated(
content::WebContents* web_contents) = 0;
- // Called when the user has chosen to install a suggested extension.
- virtual void OnExtensionInstallRequested(const std::string& id) = 0;
-
// Called when the user cancels out of the dialog, whether by closing it
// manually or otherwise purposefully.
virtual void OnCancelled() = 0;

Powered by Google App Engine
This is Rietveld 408576698