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

Unified Diff: Source/core/page/PagePopupClient.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/page/PagePopup.h ('k') | Source/core/rendering/RenderMenuList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupClient.h
diff --git a/Source/core/page/PagePopupClient.h b/Source/core/page/PagePopupClient.h
index 3ab7be1547753e5af9b97e320b6877ea196cfb29..e67ec48da54441c8a473e3e173811aa436d4e81e 100644
--- a/Source/core/page/PagePopupClient.h
+++ b/Source/core/page/PagePopupClient.h
@@ -38,7 +38,6 @@
namespace blink {
-class Document;
class Element;
class Locale;
@@ -53,9 +52,6 @@ public:
// - window.setValueAndClosePopup(number, string).
virtual void writeDocument(SharedBuffer*) = 0;
- // This is called after the document is ready to do additionary setup.
- virtual void didWriteDocument(Document&) = 0;
-
virtual Element& ownerElement() = 0;
// Returns a Locale object associated to the client.
virtual Locale& locale() = 0;
« no previous file with comments | « Source/core/page/PagePopup.h ('k') | Source/core/rendering/RenderMenuList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698