diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 03:25:28 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 03:25:28 +0000 |
commit | eb14d66f3c8a9a1ee3e829d1464747a2327f4e2a (patch) | |
tree | 899fafe45440ad011f0bc291b5848e30c8275ebe /content/public/browser | |
parent | 0f141c74d341a53e9b723e1d631ba7c29d6d5ccb (diff) | |
download | chromium_src-eb14d66f3c8a9a1ee3e829d1464747a2327f4e2a.zip chromium_src-eb14d66f3c8a9a1ee3e829d1464747a2327f4e2a.tar.gz chromium_src-eb14d66f3c8a9a1ee3e829d1464747a2327f4e2a.tar.bz2 |
Revert 135525 - Add a first-class off-store install UI to chrome://extensions/.
This patch implements GTK only. Other ports will be separate CLs.
BUG=55584
Review URL: https://chromiumcodereview.appspot.com/10270031
TBR=aa@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10382025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser')
-rw-r--r-- | content/public/browser/web_contents_view.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h index 2d2394f..73abdc5 100644 --- a/content/public/browser/web_contents_view.h +++ b/content/public/browser/web_contents_view.h @@ -15,8 +15,6 @@ #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -struct WebDropData; - namespace content { class RenderViewHost; @@ -109,9 +107,6 @@ class CONTENT_EXPORT WebContentsView virtual bool IsDoingDrag() const = 0; virtual void CancelDragAndCloseTab() = 0; - // Returns the current drop data, if any. - virtual WebDropData* GetDropData() const = 0; - // If we close the tab while a UI control is in an event-tracking // loop, the control may message freed objects and crash. // WebContents::Close() calls IsEventTracking(), and if it returns |