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

Unified Diff: Source/core/testing/Internals.h

Issue 765903002: Remove internals.setEnableMockPagePopup(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/PagePopupDriver.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index c51d78203fa0331d40f0b543dffdeb1c2ebe7f60..8e74edc6c93e184b2cc732190729b78705b48157 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -63,7 +63,6 @@ class LocalDOMWindow;
class LocalFrame;
class Node;
class Page;
-class PagePopupController;
class PluginPlaceholderOptions;
class PrivateScriptTest;
class Range;
@@ -137,8 +136,6 @@ public:
bool hasAutofocusRequest();
Vector<String> formControlStateOfHistoryItem(ExceptionState&);
void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&);
- void setEnableMockPagePopup(bool, ExceptionState&);
- PassRefPtrWillBeRawPtr<PagePopupController> pagePopupController();
DOMWindow* pagePopupWindow() const;
PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);
« no previous file with comments | « Source/core/page/PagePopupDriver.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698