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

Unified Diff: content/renderer/pepper/pepper_platform_audio_output_dev.cc

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Update new uses post-rebase Created 3 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
« no previous file with comments | « content/public/common/common_param_traits.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_platform_audio_output_dev.cc
diff --git a/content/renderer/pepper/pepper_platform_audio_output_dev.cc b/content/renderer/pepper/pepper_platform_audio_output_dev.cc
index 905155d984db146332474f8faba856a3278fc879..b00353b20e57018a763c9657bf63621b408c8869 100644
--- a/content/renderer/pepper/pepper_platform_audio_output_dev.cc
+++ b/content/renderer/pepper/pepper_platform_audio_output_dev.cc
@@ -312,7 +312,7 @@ void PepperPlatformAudioOutputDev::CreateStreamOnIOThread(
case IDLE:
if (did_receive_auth_.IsSignaled() && device_id_.empty() &&
- security_origin_.unique()) {
+ security_origin_.opaque()) {
state_ = CREATING_STREAM;
ipc_->CreateStream(this, params);
} else {
« no previous file with comments | « content/public/common/common_param_traits.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698