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

Unified Diff: content/browser/media/media_internals.h

Issue 2780533004: Start recording background video watch time. (Closed)
Patch Set: Fix copy-init issues. Created 3 years, 9 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 | content/browser/media/media_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_internals.h
diff --git a/content/browser/media/media_internals.h b/content/browser/media/media_internals.h
index a9dadea8076eb5f432606eb8498bbbcebcc1783e..a82849391ce6e37ebf7d66919fdcbe18ba97c5e5 100644
--- a/content/browser/media/media_internals.h
+++ b/content/browser/media/media_internals.h
@@ -89,12 +89,13 @@ class CONTENT_EXPORT MediaInternals
int render_frame_id,
media::AudioLog* audio_log);
+ void OnProcessTerminatedForTesting(int process_id);
+
private:
// Inner class to handle reporting pipelinestatus to UMA
class MediaInternalsUMAHandler;
friend class AudioLogImpl;
- friend class MediaInternalsTest;
MediaInternals();
« no previous file with comments | « no previous file | content/browser/media/media_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698