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

Unified Diff: ppapi/cpp/private/content_decryptor_private.h

Issue 301933002: Changing default_url to destination_url for consistency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing nit Created 6 years, 7 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 | « media/filters/pipeline_integration_test.cc ('k') | ppapi/cpp/private/content_decryptor_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/content_decryptor_private.h
diff --git a/ppapi/cpp/private/content_decryptor_private.h b/ppapi/cpp/private/content_decryptor_private.h
index b392263b7dc12abcacffa850ef36523cd7032800..e165e0793455dfb8bbb4c40e712fd0154dc5850f 100644
--- a/ppapi/cpp/private/content_decryptor_private.h
+++ b/ppapi/cpp/private/content_decryptor_private.h
@@ -63,7 +63,7 @@ class ContentDecryptor_Private {
void SessionCreated(uint32_t session_id, const std::string& web_session_id);
void SessionMessage(uint32_t session_id,
pp::VarArrayBuffer message,
- const std::string& default_url);
+ const std::string& destination_url);
void SessionReady(uint32_t session_id);
void SessionClosed(uint32_t session_id);
void SessionError(uint32_t session_id,
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | ppapi/cpp/private/content_decryptor_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698