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

Side by Side Diff: chrome/browser/browser.vcproj

Issue 15076: Clean up dns prefetch code, and also port it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: use scoper for init & free Created 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="browser" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1579 </File> 1579 </File>
1580 <File 1580 <File
1581 RelativePath=".\net\dns_master.cc" 1581 RelativePath=".\net\dns_master.cc"
1582 > 1582 >
1583 </File> 1583 </File>
1584 <File 1584 <File
1585 RelativePath=".\net\dns_master.h" 1585 RelativePath=".\net\dns_master.h"
1586 > 1586 >
1587 </File> 1587 </File>
1588 <File 1588 <File
1589 RelativePath=".\net\dns_slave.cc"
1590 >
1591 </File>
1592 <File
1593 RelativePath=".\net\dns_slave.h"
1594 >
1595 </File>
1596 <File
1597 RelativePath=".\net\referrer.cc" 1589 RelativePath=".\net\referrer.cc"
1598 > 1590 >
1599 </File> 1591 </File>
1600 <File 1592 <File
1601 RelativePath=".\net\referrer.h" 1593 RelativePath=".\net\referrer.h"
1602 > 1594 >
1603 </File> 1595 </File>
1604 <File 1596 <File
1605 RelativePath=".\net\resolve_proxy_msg_helper.cc" 1597 RelativePath=".\net\resolve_proxy_msg_helper.cc"
1606 > 1598 >
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 > 2463 >
2472 </File> 2464 </File>
2473 <File 2465 <File
2474 RelativePath=".\toolbar_model.h" 2466 RelativePath=".\toolbar_model.h"
2475 > 2467 >
2476 </File> 2468 </File>
2477 </Files> 2469 </Files>
2478 <Globals> 2470 <Globals>
2479 </Globals> 2471 </Globals>
2480 </VisualStudioProject> 2472 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698