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

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

Issue 2383473002: [scheduler] Teach scheduler about audio state (Closed)
Patch Set: Reverted DEPS 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..fdc706581b9ab314803c8b1f5689ad42a5c2b1c5 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_playing) 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