Chromium Code Reviews| Index: content/renderer/pepper/content_decryptor_delegate.h |
| diff --git a/content/renderer/pepper/content_decryptor_delegate.h b/content/renderer/pepper/content_decryptor_delegate.h |
| index 3fb1ee4db40e9db3764ce9255e076d94002616eb..2efdacb363f4ac66fe2ffc50d19ffd1323bf1835 100644 |
| --- a/content/renderer/pepper/content_decryptor_delegate.h |
| +++ b/content/renderer/pepper/content_decryptor_delegate.h |
| @@ -88,7 +88,7 @@ class ContentDecryptorDelegate { |
| void OnSessionCreated(uint32 session_id, PP_Var web_session_id_var); |
| void OnSessionMessage(uint32 session_id, |
| PP_Var message, |
| - PP_Var destination_url); |
| + PP_Var destination_url_var); |
|
amogh.bihani
2014/05/29 13:00:31
This is to make it consistant with its .cc file.
a
|
| void OnSessionReady(uint32 session_id); |
| void OnSessionClosed(uint32 session_id); |
| void OnSessionError(uint32 session_id, |