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

Unified Diff: components/copresence/mediums/audio/audio_manager.h

Issue 870053008: 64-bit token fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing Whispernet test Created 5 years, 11 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
Index: components/copresence/mediums/audio/audio_manager.h
diff --git a/components/copresence/mediums/audio/audio_manager.h b/components/copresence/mediums/audio/audio_manager.h
index 3bedf821991f0b08d6ad900152f826a3efeef839..4e5ce47985893e05b4469034efd26fcc90fb0a03 100644
--- a/components/copresence/mediums/audio/audio_manager.h
+++ b/components/copresence/mediums/audio/audio_manager.h
@@ -29,7 +29,7 @@ class AudioManager {
virtual void StopRecording(AudioType type) = 0;
virtual void SetToken(AudioType type,
- const std::string& url_unsafe_token) = 0;
+ const std::string& url_safe_token) = 0;
virtual const std::string GetToken(AudioType type) = 0;

Powered by Google App Engine
This is Rietveld 408576698