diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-02 06:42:05 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-02 06:42:05 +0000 |
commit | 0303f31c7e78cd5e1e54773c50b9216710630cfa (patch) | |
tree | 86a23bd959f744152f1bfe3a1ad91e965994a0d1 /chrome/browser/browser.vcproj | |
parent | 0b7c092f7f5b196fd9085f1ab796a0c9ac9473a6 (diff) | |
download | chromium_src-0303f31c7e78cd5e1e54773c50b9216710630cfa.zip chromium_src-0303f31c7e78cd5e1e54773c50b9216710630cfa.tar.gz chromium_src-0303f31c7e78cd5e1e54773c50b9216710630cfa.tar.bz2 |
Remove old web app code it's no longer needed. Simplifies startup a little.
Also fixes a regression from the BrowserInit porting work. I was a little over-zealous removing the CommandLine handling. It turns out that it's this that MessageWindow uses to convey the command line of the signalling process to the existing process, and that the existing process re-runs BrowserInit with the signalling process' command line. So I plumbed that back through again.
Review URL: http://codereview.chromium.org/19746
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 253a164..80b2f6e 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -553,22 +553,6 @@ RelativePath=".\visitedlink_master.h" > </File> - <File - RelativePath=".\web_app.cc" - > - </File> - <File - RelativePath=".\web_app.h" - > - </File> - <File - RelativePath=".\web_app_launcher.cc" - > - </File> - <File - RelativePath=".\web_app_launcher.h" - > - </File> </Filter> <Filter Name="Bookmarks" @@ -794,14 +778,6 @@ > </File> <File - RelativePath=".\web_app_icon_manager.cc" - > - </File> - <File - RelativePath=".\web_app_icon_manager.h" - > - </File> - <File RelativePath=".\window_sizer.cc" > </File> |