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

Unified Diff: chrome/browser/browser.vcproj

Issue 63033: Refactor AppModalDialogQueue and move JS Alert boxes into a MVC. (Closed)
Patch Set: whitespace 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/js_before_unload_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index 8a876dbb527db93ecc27ffc146168f4f5c530cad..08401f20a0e07c95f9eff9fca928665268dc19be 100644
--- a/chrome/browser/browser.vcproj
+++ b/chrome/browser/browser.vcproj
@@ -642,6 +642,18 @@
Name="Browser Window"
>
<File
+ RelativePath=".\app_modal_dialog.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\app_modal_dialog.h"
+ >
+ </File>
+ <File
+ RelativePath=".\app_modal_dialog_win.cc"
+ >
+ </File>
+ <File
RelativePath=".\app_modal_dialog_queue.cc"
>
</File>
@@ -718,15 +730,7 @@
>
</File>
<File
- RelativePath=".\js_before_unload_handler.h"
- >
- </File>
- <File
- RelativePath=".\js_before_unload_handler_win.cc"
- >
- </File>
- <File
- RelativePath=".\js_before_unload_handler_win.h"
+ RelativePath=".\jsmessage_box_handler.cc"
>
</File>
<File
@@ -734,14 +738,6 @@
>
</File>
<File
- RelativePath=".\jsmessage_box_handler_win.cc"
- >
- </File>
- <File
- RelativePath=".\jsmessage_box_handler_win.h"
- >
- </File>
- <File
RelativePath=".\load_from_memory_cache_details.h"
>
</File>
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/js_before_unload_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698