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

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

Issue 62097: On uninstall ask whether to delete profile. (Closed)
Patch Set: run message loop. Created 11 years, 8 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
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_views" 5 Name="browser_views"
6 ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}" 6 ProjectGUID="{FA537565-7B03-4FFC-AF15-F7A979B72E22}"
7 RootNamespace="Browser_views" 7 RootNamespace="Browser_views"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 </File> 851 </File>
852 <File 852 <File
853 RelativePath=".\toolbar_view.cc" 853 RelativePath=".\toolbar_view.cc"
854 > 854 >
855 </File> 855 </File>
856 <File 856 <File
857 RelativePath=".\toolbar_view.h" 857 RelativePath=".\toolbar_view.h"
858 > 858 >
859 </File> 859 </File>
860 <File 860 <File
861 RelativePath=".\uninstall_dialog.cc"
862 >
863 </File>
864 <File
865 RelativePath=".\uninstall_dialog.h"
866 >
867 </File>
868 <File
861 RelativePath=".\user_data_dir_dialog.cc" 869 RelativePath=".\user_data_dir_dialog.cc"
862 > 870 >
863 </File> 871 </File>
864 <File 872 <File
865 RelativePath=".\user_data_dir_dialog.h" 873 RelativePath=".\user_data_dir_dialog.h"
866 > 874 >
867 </File> 875 </File>
868 </Files> 876 </Files>
869 <Globals> 877 <Globals>
870 </Globals> 878 </Globals>
871 </VisualStudioProject> 879 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698