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

Unified Diff: components/test_runner/test_runner.h

Issue 1841833005: Revert of Extract WebFrameClient implementation out of WebTestProxyBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/test_runner/test_common.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index ed44368d8ed08852436e97b276e095416bde8aaf..be68d1db44fd409c1d85855bd5ac9ffd2b96adff 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -42,7 +42,6 @@
class InvokeCallbackTask;
class MockScreenOrientationClient;
-class MockWebUserMediaClient;
class TestInterfaces;
class WebContentSettings;
class WebTestDelegate;
@@ -82,10 +81,9 @@
bool ShouldDumpBackForwardList() const override;
blink::WebContentSettingsClient* GetWebContentSettings() const override;
- // Methods used by WebTestProxyBase and WebFrameTestClient.
+ // Methods used by WebTestProxyBase.
bool shouldStayOnPageAfterHandlingBeforeUnload() const;
MockScreenOrientationClient* getMockScreenOrientationClient();
- MockWebUserMediaClient* getMockWebUserMediaClient();
bool shouldDumpSelectionRect() const;
bool isPrinting() const;
bool shouldDumpAsTextWithPixelResults();
@@ -133,10 +131,6 @@
bool midiAccessorResult();
- // Methods used by MockColorChooser:
- void DidOpenChooser();
- void DidCloseChooser();
-
// A single item in the work queue.
class WorkItem {
public:
@@ -823,10 +817,6 @@
bool use_mock_theme_;
scoped_ptr<MockScreenOrientationClient> mock_screen_orientation_client_;
- scoped_ptr<MockWebUserMediaClient> user_media_client_;
-
- // Number of currently active color choosers.
- int chooser_count_;
base::WeakPtrFactory<TestRunner> weak_factory_;
« no previous file with comments | « components/test_runner/test_common.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698