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

Side by Side Diff: chrome/browser/media/router/media_route_provider_util_win.h

Issue 1821823002: [Media Router] Conditionally enable mDNS on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message loop to run loop Created 4 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
6 #define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
7
8 #include "base/callback.h"
9 #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.
10
11 namespace media_router {
12
13 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.
14
15 } // namespace media_router
16
17 #endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_PROVIDER_UTIL_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698