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

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

Issue 937293002: Unify request failure handling in content::UserMediaClientImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed remaining breaks + updated unit test code Created 5 years, 10 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 | « no previous file | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/user_media_client_impl.h
diff --git a/content/renderer/media/user_media_client_impl.h b/content/renderer/media/user_media_client_impl.h
index 9ec1e7367dd27ad0bbba760dde42a48fdd62074e..a9bd398b01444228305d6bd036dc0577db637feb 100644
--- a/content/renderer/media/user_media_client_impl.h
+++ b/content/renderer/media/user_media_client_impl.h
@@ -99,9 +99,6 @@ class CONTENT_EXPORT UserMediaClientImpl
blink::WebUserMediaRequest* request_info);
virtual void GetUserMediaRequestFailed(
blink::WebUserMediaRequest* request_info,
- MediaStreamRequestResult result);
- virtual void GetUserMediaRequestTrackStartedFailed(
- blink::WebUserMediaRequest* request_info,
MediaStreamRequestResult result,
const blink::WebString& result_name);
virtual void EnumerateDevicesSucceded(
« no previous file with comments | « no previous file | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698