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

Unified Diff: public/platform/WebRTCConfiguration.h

Issue 1353673002: Remove unused functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | « Source/platform/exported/WebRTCConfiguration.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCConfiguration.h
diff --git a/public/platform/WebRTCConfiguration.h b/public/platform/WebRTCConfiguration.h
index 44a863c09bf29b07e1f6e083ffd08f6d4cb0ccf8..a60c66321812b67c61c13726143bc2e76ac9b6b9 100644
--- a/public/platform/WebRTCConfiguration.h
+++ b/public/platform/WebRTCConfiguration.h
@@ -133,10 +133,6 @@ public:
BLINK_PLATFORM_EXPORT void reset();
bool isNull() const { return m_private.isNull(); }
- // TODO(guoweis): Remove next 2 functions when WebKit rolls into Chromium.
- BLINK_PLATFORM_EXPORT size_t numberOfServers() const;
- BLINK_PLATFORM_EXPORT WebRTCICEServer server(size_t index) const;
-
BLINK_PLATFORM_EXPORT WebRTCIceTransports iceTransports() const;
BLINK_PLATFORM_EXPORT WebRTCBundlePolicy bundlePolicy() const;
« no previous file with comments | « Source/platform/exported/WebRTCConfiguration.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698