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

Unified Diff: base/mac/foundation_util.h

Issue 9363008: Add Media device notification to SystemMonitor and Mac impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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
Index: base/mac/foundation_util.h
diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
index 56798c96f5a7e69bc94fc22ede88853246ffc772..d1e8f6a59d45d88b3513f8ad10237b93e178474f 100644
--- a/base/mac/foundation_util.h
+++ b/base/mac/foundation_util.h
@@ -99,6 +99,7 @@ TYPE_NAME_FOR_CF_TYPE_DECL(CFNull);
TYPE_NAME_FOR_CF_TYPE_DECL(CFNumber);
TYPE_NAME_FOR_CF_TYPE_DECL(CFSet);
TYPE_NAME_FOR_CF_TYPE_DECL(CFString);
+TYPE_NAME_FOR_CF_TYPE_DECL(CFURL);
vandebo (ex-Chrome) 2012/02/28 00:51:33 I'm not sure If this is the right thing, but was n
Avi (use Gerrit) 2012/02/28 01:26:46 Yes, this is fine.
#undef TYPE_NAME_FOR_CF_TYPE_DECL
@@ -244,6 +245,7 @@ CF_CAST_DECL(CFNull);
CF_CAST_DECL(CFNumber);
CF_CAST_DECL(CFSet);
CF_CAST_DECL(CFString);
+CF_CAST_DECL(CFURL);
#undef CF_CAST_DEFN

Powered by Google App Engine
This is Rietveld 408576698