 Chromium Code Reviews
 Chromium Code Reviews Issue 7276014:
  DnsQuery: changed raw function pointer to callback.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 7276014:
  DnsQuery: changed raw function pointer to callback.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: net/net.gyp | 
| diff --git a/net/net.gyp b/net/net.gyp | 
| index 4f2226f10f9ae7ab1346f043d96cb66177993d18..f5e9e0ddf8de85e446c8d311fb2e2c67a2df64ab 100644 | 
| --- a/net/net.gyp | 
| +++ b/net/net.gyp | 
| @@ -174,6 +174,7 @@ | 
| 'base/platform_mime_util_linux.cc', | 
| 'base/platform_mime_util_mac.cc', | 
| 'base/platform_mime_util_win.cc', | 
| + 'base/rand_callback.h', | 
| 'base/registry_controlled_domain.cc', | 
| 'base/registry_controlled_domain.h', | 
| 'base/scoped_cert_chain_context.h', |