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

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

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/testing/Internals.cpp ('k') | Source/core/testing/MockPagePopupDriver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 0fa0ae0df0b1eb6435a021d9892f3efeddbb9f03..78b486c520e192adbe3e14e2f3629124958c852d 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -83,8 +83,6 @@
boolean hasAutofocusRequest(optional Document document);
[RaisesException] DOMString[] formControlStateOfHistoryItem();
[RaisesException] void setFormControlStateOfHistoryItem(sequence<DOMString> values);
- [RaisesException] void setEnableMockPagePopup(boolean enabled);
- readonly attribute PagePopupController pagePopupController;
readonly attribute Window pagePopupWindow;
[RaisesException] ClientRect absoluteCaretBounds();
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/core/testing/MockPagePopupDriver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698