diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 20:06:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 20:06:33 +0000 |
commit | 1132436ee7d63e3f6391a3b4982c06e760fc5ca7 (patch) | |
tree | 3cfad32f35597bdd7b8d1ee0068f16e82cfc3586 /chrome/browser/chrome_plugin_host.cc | |
parent | b6f2b3d611de57b44f47be6a3d4c56bd7cd7a54a (diff) | |
download | chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.zip chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.gz chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.bz2 |
Remove more unneeded scaffolding.
Review URL: http://codereview.chromium.org/63129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_plugin_host.cc')
-rw-r--r-- | chrome/browser/chrome_plugin_host.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc index 4548a48..72a7309 100644 --- a/chrome/browser/chrome_plugin_host.cc +++ b/chrome/browser/chrome_plugin_host.cc @@ -43,12 +43,6 @@ #include "net/url_request/url_request_error_job.h" #include "skia/include/SkBitmap.h" -// TODO(port): Port these files. -#if defined(OS_WIN) -#include "chrome/browser/dom_ui/html_dialog_ui.h" -#else -#include "chrome/common/temp_scaffolding_stubs.h" -#endif using base::TimeDelta; |