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

Unified Diff: chrome/browser/browser.vcproj

Issue 118131: Change PasswordStoreDefault to access the WebDataService from the UI thread o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser.vcproj
===================================================================
--- chrome/browser/browser.vcproj (revision 17405)
+++ chrome/browser/browser.vcproj (working copy)
@@ -1532,18 +1532,34 @@
>
</File>
<File
- RelativePath=".\password_manager\password_form_manager_win.cc"
+ RelativePath=".\password_manager\password_manager.cc"
>
</File>
<File
- RelativePath=".\password_manager\password_manager.cc"
+ RelativePath=".\password_manager\password_manager.h"
>
</File>
<File
- RelativePath=".\password_manager\password_manager.h"
+ RelativePath=".\password_manager\password_store.cc"
>
</File>
<File
+ RelativePath=".\password_manager\password_store.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_default.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_default.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_win.cc"
+ >
+ </File>
+ <File
RelativePath=".\password_manager\password_store_win.h"
>
</File>

Powered by Google App Engine
This is Rietveld 408576698