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

Unified Diff: content/renderer/media/mock_web_peer_connection_handler_client.h

Issue 10826174: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/media/mock_web_peer_connection_handler_client.h
diff --git a/content/renderer/media/mock_web_peer_connection_handler_client.h b/content/renderer/media/mock_web_peer_connection_handler_client.h
index 1ee020dc6dafa4ec90ac439315036ebd43835275..2eeb06dbf6d84b53f0fb099793defde15d7c746c 100644
--- a/content/renderer/media/mock_web_peer_connection_handler_client.h
+++ b/content/renderer/media/mock_web_peer_connection_handler_client.h
@@ -20,7 +20,7 @@ class MockWebPeerConnectionHandlerClient
// WebPeerConnectionHandlerClient implementation.
virtual void didCompleteICEProcessing();
- virtual void didGenerateSDP(const WebString& sdp);
+ virtual void didGenerateSDP(const WebString&);
virtual void didReceiveDataStreamMessage(const char* data, size_t length);
virtual void didAddRemoteStream(
const WebMediaStreamDescriptor& stream_descriptor);
@@ -28,11 +28,9 @@ class MockWebPeerConnectionHandlerClient
const WebMediaStreamDescriptor& stream_descriptor);
const std::string& stream_label() { return stream_label_; }
- const std::string& sdp() const { return sdp_; }
private:
std::string stream_label_;
- std::string sdp_;
DISALLOW_COPY_AND_ASSIGN(MockWebPeerConnectionHandlerClient);
};

Powered by Google App Engine
This is Rietveld 408576698