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

Unified Diff: third_party/WebKit/Source/core/testing/DummyPageHolder.h

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: third_party/WebKit/Source/core/testing/DummyPageHolder.h
diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.h b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
index aab426ef7b7f94d85a2b633a850a996d5e0c1623..b914fd60f88f13ee472cbe2f929f207420268011 100644
--- a/third_party/WebKit/Source/core/testing/DummyPageHolder.h
+++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
@@ -44,6 +44,7 @@ namespace blink {
class Document;
class LocalFrame;
class FrameView;
+class InterfaceProvider;
class IntSize;
class Settings;
@@ -70,7 +71,8 @@ class DummyPageHolder {
const IntSize& initialViewSize = IntSize(),
Page::PageClients* = 0,
FrameLoaderClient* = nullptr,
- FrameSettingOverrideFunction = nullptr);
+ FrameSettingOverrideFunction = nullptr,
+ InterfaceProvider* = nullptr);
~DummyPageHolder();
Page& page() const;
@@ -82,7 +84,8 @@ class DummyPageHolder {
DummyPageHolder(const IntSize& initialViewSize,
Page::PageClients*,
FrameLoaderClient*,
- FrameSettingOverrideFunction settingOverrider);
+ FrameSettingOverrideFunction settingOverrider,
+ InterfaceProvider* = nullptr);
Persistent<Page> m_page;
Persistent<LocalFrame> m_frame;

Powered by Google App Engine
This is Rietveld 408576698