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

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

Issue 10837026: Dead member removal, courtesy of Scythe, %/media/% edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/renderer/media/rtc_video_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_internals.h
diff --git a/chrome/browser/media/media_internals.h b/chrome/browser/media/media_internals.h
index 1edd86a1e592c197a3ebb75d0c27792cb00e068f..8a232e5b676a4472b2a8c88c6499cb71fd711041 100644
--- a/chrome/browser/media/media_internals.h
+++ b/chrome/browser/media/media_internals.h
@@ -79,7 +79,6 @@ class MediaInternals : public content::MediaObserver {
// Calls javascript |function|(|value|) on each attached UI.
void SendUpdate(const std::string& function, Value* value);
- static MediaInternals* instance_;
DictionaryValue data_;
ObserverList<MediaInternalsObserver> observers_;
scoped_refptr<MediaStreamCaptureIndicator> media_stream_capture_indicator_;
« no previous file with comments | « no previous file | content/renderer/media/rtc_video_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698