summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 23:33:49 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 23:33:49 +0000
commitf761007ee8384a248adae766853c78b3d45cd1a4 (patch)
treee196ec80ebd2a439b0393cfdf5536868c47ca817 /chrome
parent45be7c123ce498220a0b53ea4544903a720c2fd9 (diff)
downloadchromium_src-f761007ee8384a248adae766853c78b3d45cd1a4.zip
chromium_src-f761007ee8384a248adae766853c78b3d45cd1a4.tar.gz
chromium_src-f761007ee8384a248adae766853c78b3d45cd1a4.tar.bz2
Dead member removal, courtesy of Scythe, %/media/% edition.
Review URL: https://chromiumcodereview.appspot.com/10837026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/media/media_internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/media/media_internals.h b/chrome/browser/media/media_internals.h
index 1edd86a..8a232e5 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_;