diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-29 03:29:56 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-29 03:29:56 +0000 |
commit | 71fde35ce3ff504678350458ae940b15b8d8b3e4 (patch) | |
tree | 5debc882a50280d5b0e936585815abe9ed53bcc6 /chrome/test | |
parent | d84b5e58644fdd4556d29354aa99699d86dd0f0e (diff) | |
download | chromium_src-71fde35ce3ff504678350458ae940b15b8d8b3e4.zip chromium_src-71fde35ce3ff504678350458ae940b15b8d8b3e4.tar.gz chromium_src-71fde35ce3ff504678350458ae940b15b8d8b3e4.tar.bz2 |
Create a Content API interface around NavigationController, and move all the methods used by chrome code to it.
BUG=98716
TBR=brettw
Review URL: http://codereview.chromium.org/8989071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index c38b57c3..d86f76d 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -25,6 +25,7 @@ #include "content/browser/download/save_package.h" #include "content/public/common/page_type.h" #include "content/public/common/security_style.h" +#include "net/base/cert_status_flags.h" #include "webkit/glue/window_open_disposition.h" class BrowserProxy; |