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

Unified Diff: content/public/test/mock_render_process_host.h

Issue 2655413004: Strip out stream counting from AudioRendererHost. (Closed)
Patch Set: Created 3 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: content/public/test/mock_render_process_host.h
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index 358a26728d5916455882f5e8fe960c54140b6455..b42687ef15ed4318d93ebf40b89405f543dc7c1c 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -57,7 +57,6 @@ class MockRenderProcessHost : public RenderProcessHost {
void WidgetRestored() override;
void WidgetHidden() override;
int VisibleWidgetCount() const override;
- void AudioStateChanged() override;
bool IsForGuestsOnly() const override;
StoragePartition* GetStoragePartition() const override;
virtual void AddWord(const base::string16& word);

Powered by Google App Engine
This is Rietveld 408576698