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

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

Issue 16408: Refactor the two URLRequestContext subclasses in profile.cc into a new shared (Closed)
Patch Set: aa@chromium.org Created 12 years 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
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 </File> 1951 </File>
1952 <File 1952 <File
1953 RelativePath=".\native_ui_contents.h" 1953 RelativePath=".\native_ui_contents.h"
1954 > 1954 >
1955 </File> 1955 </File>
1956 </Filter> 1956 </Filter>
1957 <Filter 1957 <Filter
1958 Name="Net" 1958 Name="Net"
1959 > 1959 >
1960 <File 1960 <File
1961 RelativePath=".\net\chrome_url_request_context.c c"
1962 >
1963 </File>
1964 <File
1965 RelativePath=".\net\chrome_url_request_context.h "
1966 >
1967 </File>
1968 <File
1961 RelativePath=".\net\dns_global.cc" 1969 RelativePath=".\net\dns_global.cc"
1962 > 1970 >
1963 </File> 1971 </File>
1964 <File 1972 <File
1965 RelativePath=".\net\dns_global.h" 1973 RelativePath=".\net\dns_global.h"
1966 > 1974 >
1967 </File> 1975 </File>
1968 <File 1976 <File
1969 RelativePath=".\net\dns_host_info.cc" 1977 RelativePath=".\net\dns_host_info.cc"
1970 > 1978 >
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
2367 > 2375 >
2368 </File> 2376 </File>
2369 <File 2377 <File
2370 RelativePath=".\toolbar_model.h" 2378 RelativePath=".\toolbar_model.h"
2371 > 2379 >
2372 </File> 2380 </File>
2373 </Files> 2381 </Files>
2374 <Globals> 2382 <Globals>
2375 </Globals> 2383 </Globals>
2376 </VisualStudioProject> 2384 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698