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

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

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: Created 4 years, 3 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 3e50c5f47cb8d7320f753de15109fd377e50ef32..41b1a39087112607ea3d9a05f6755dc51979ae01 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -54,7 +54,7 @@ class MockRenderProcessHost : public RenderProcessHost {
void WidgetRestored() override;
void WidgetHidden() override;
int VisibleWidgetCount() const override;
- void AudioStateChanged() override;
+ void AudioStateChanged(bool is_audio_active) 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