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

Unified Diff: chrome/browser/chrome_browser_main_linux.h

Issue 10332190: Add SystemMonitor::GetMediaDevices() (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win Created 8 years, 7 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: chrome/browser/chrome_browser_main_linux.h
===================================================================
--- chrome/browser/chrome_browser_main_linux.h (revision 137377)
+++ chrome/browser/chrome_browser_main_linux.h (working copy)
@@ -9,7 +9,6 @@
#pragma once
#include "base/compiler_specific.h"
-#include "base/memory/ref_counted.h"
#include "chrome/browser/chrome_browser_main_posix.h"
namespace chrome {
@@ -26,9 +25,6 @@
virtual void PreProfileInit() OVERRIDE;
private:
- scoped_refptr<chrome::MediaDeviceNotificationsLinux>
vandebo (ex-Chrome) 2012/05/17 21:17:08 Why move the notifiers into the consumer class? T
- media_device_notifications_linux_;
-
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux);
};

Powered by Google App Engine
This is Rietveld 408576698