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

Unified Diff: chrome/browser/chrome_browser_main_win.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_win.h
===================================================================
--- chrome/browser/chrome_browser_main_win.h (revision 137377)
+++ chrome/browser/chrome_browser_main_win.h (working copy)
@@ -8,16 +8,11 @@
#define CHROME_BROWSER_CHROME_BROWSER_MAIN_WIN_H_
#pragma once
-#include "base/memory/scoped_ptr.h"
+#include "base/compiler_specific.h"
#include "chrome/browser/chrome_browser_main.h"
class CommandLine;
-namespace chrome {
-class MediaDeviceNotificationsWindowWin;
-} // namespace chrome
-
-
// Handle uninstallation when given the appropriate the command-line switch.
// If |chrome_still_running| is true a modal dialog will be shown asking the
// user to close the other chrome instance.
@@ -62,8 +57,6 @@
static bool CheckMachineLevelInstall();
private:
- scoped_ptr<chrome::MediaDeviceNotificationsWindowWin>
- media_device_notifications_window_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
};

Powered by Google App Engine
This is Rietveld 408576698