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

Unified Diff: Source/core/page/PagePopup.h

Issue 892083003: Revert Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/core/html/forms/PopupMenuClient.h ('k') | Source/core/page/PagePopupClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopup.h
diff --git a/Source/core/page/PagePopup.h b/Source/core/page/PagePopup.h
index 348c046fb45b56252dbf2b1496dea26c25a53b87..5ade9e3072d3244d8ed3e11056dc889add027e48 100644
--- a/Source/core/page/PagePopup.h
+++ b/Source/core/page/PagePopup.h
@@ -31,8 +31,6 @@
#ifndef PagePopup_h
#define PagePopup_h
-#include "wtf/Forward.h"
-
namespace blink {
class AXObject;
@@ -42,7 +40,6 @@ class AXObject;
class PagePopup {
public:
virtual AXObject* rootAXObject() = 0;
- virtual void postMessage(const String& message) = 0;
protected:
virtual ~PagePopup() { }
« no previous file with comments | « Source/core/html/forms/PopupMenuClient.h ('k') | Source/core/page/PagePopupClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698