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

Unified Diff: content/browser/mac/media_device_notifications.h

Issue 9363008: Add Media device notification to SystemMonitor and Mac impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Type Created 8 years, 10 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 | « content/browser/browser_main_loop.cc ('k') | content/browser/mac/media_device_notifications.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mac/media_device_notifications.h
diff --git a/content/browser/mac/media_device_notifications.h b/content/browser/mac/media_device_notifications.h
new file mode 100644
index 0000000000000000000000000000000000000000..e96fdc6cee6463fff913674f151a5a7c4d6ccb89
--- /dev/null
+++ b/content/browser/mac/media_device_notifications.h
@@ -0,0 +1,15 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_BROWSER_MAC_MEDIA_DEVICE_NOTIFICATIONS_H_
+#define CONTENT_BROWSER_MAC_MEDIA_DEVICE_NOTIFICATIONS_H_
+#pragma once
+
+namespace content {
+
+void StartMediaDeviceNotifications();
+
+} // namespace content
+
+#endif // CONTENT_BROWSER_MAC_MEDIA_DEVICE_NOTIFICATIONS_H_
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/mac/media_device_notifications.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698