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

Unified Diff: content/renderer/presentation/test_presentation_connection.h

Issue 2471573005: [Presentation API] (5th) (1-UA) integrate controller and receiver side for 1-UA messaging (Closed)
Patch Set: add unit test for browser_presentation_connection_proxy Created 3 years, 11 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/renderer/presentation/test_presentation_connection.h
diff --git a/content/renderer/presentation/test_presentation_connection.h b/content/renderer/presentation/test_presentation_connection.h
index 16ba3cdd1517b275754580fdfd80f59e80b03dab..6e4d758c87e3cb51398209b6cd373485b2793125 100644
--- a/content/renderer/presentation/test_presentation_connection.h
+++ b/content/renderer/presentation/test_presentation_connection.h
@@ -25,7 +25,6 @@ class TestPresentationConnection : public blink::WebPresentationConnection {
void(const uint8_t* data, size_t length));
MOCK_METHOD1(didChangeState, void(blink::WebPresentationConnectionState));
- private:
std::unique_ptr<blink::WebPresentationConnectionProxy> proxy_;
imcheng 2017/01/31 01:53:25 This should be private. Add a proxy() getter metho
zhaobin 2017/01/31 18:44:16 Done.
};

Powered by Google App Engine
This is Rietveld 408576698