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

Unified Diff: content/browser/presentation/presentation_service_impl_unittest.cc

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 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: content/browser/presentation/presentation_service_impl_unittest.cc
diff --git a/content/browser/presentation/presentation_service_impl_unittest.cc b/content/browser/presentation/presentation_service_impl_unittest.cc
index 172e8b5b80add55ea59dc6ec806d0aa80d1f7582..e1a2b356d6387fbb98971c9d764eec186f1b66fa 100644
--- a/content/browser/presentation/presentation_service_impl_unittest.cc
+++ b/content/browser/presentation/presentation_service_impl_unittest.cc
@@ -192,7 +192,7 @@ class MockPresentationServiceClient : public mojom::PresentationServiceClient {
class PresentationServiceImplTest : public RenderViewHostImplTestHarness {
public:
- PresentationServiceImplTest() : default_session_started_count_(0) {}
+ PresentationServiceImplTest() {}
void SetUp() override {
RenderViewHostImplTestHarness::SetUp();
@@ -366,7 +366,6 @@ class PresentationServiceImplTest : public RenderViewHostImplTestHarness {
client_binding_;
base::Closure run_loop_quit_closure_;
- int default_session_started_count_;
};
TEST_F(PresentationServiceImplTest, ListenForScreenAvailability) {

Powered by Google App Engine
This is Rietveld 408576698