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

Unified Diff: chrome/browser/copresence/chrome_whispernet_client_browsertest.cc

Issue 461803003: Stop playing/recording when not needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | chrome/browser/extensions/api/copresence_private/copresence_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/copresence/chrome_whispernet_client_browsertest.cc
diff --git a/chrome/browser/copresence/chrome_whispernet_client_browsertest.cc b/chrome/browser/copresence/chrome_whispernet_client_browsertest.cc
index e8be816667c8c956ee5e5461bd39816ff6a3c996..43e75dd2a0f46f390d31fa205baab65d387a9a64 100644
--- a/chrome/browser/copresence/chrome_whispernet_client_browsertest.cc
+++ b/chrome/browser/copresence/chrome_whispernet_client_browsertest.cc
@@ -137,7 +137,7 @@ class ChromeWhispernetClientTest : public ExtensionBrowserTest {
run_loop_->Quit();
}
- void TokensCallback(const std::vector<copresence::FullToken>& tokens) {
+ void TokensCallback(const std::vector<copresence::AudioToken>& tokens) {
ASSERT_TRUE(run_loop_);
run_loop_->Quit();
« no previous file with comments | « no previous file | chrome/browser/extensions/api/copresence_private/copresence_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698