Index: chrome/browser/media/router/media_route_provider_util_win.h |
diff --git a/chrome/browser/media/router/media_route_provider_util_win.h b/chrome/browser/media/router/media_route_provider_util_win.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3778ae78dce5b09484be85589fb31ba7a3d4e459 |
--- /dev/null |
+++ b/chrome/browser/media/router/media_route_provider_util_win.h |
@@ -0,0 +1,17 @@ |
+// Copyright 2016 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 CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_ |
+#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_ |
+ |
+#include "base/callback.h" |
+#include "chrome/browser/media/router/media_router_mojo_impl.h" |
imcheng
2016/03/25 06:26:30
rm this include
btolsch
2016/03/25 18:57:04
Done.
|
+ |
+namespace media_router { |
+ |
+void CanFirewallUseLocalPorts(base::Callback<void(bool)> callback); |
imcheng
2016/03/25 06:26:30
use const ref for input
imcheng
2016/03/25 06:26:30
please add some comments for this function.
btolsch
2016/03/25 18:57:04
Done.
btolsch
2016/03/25 18:57:04
Done.
|
+ |
+} // namespace media_router |
+ |
+#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_ |