diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 20:32:34 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 20:32:34 +0000 |
commit | da90ffdff909ac442444c6d7b8ec9a2a15d8f01a (patch) | |
tree | af443280d67276ae0fe4e8cf007e23c7d2db6894 /chrome/browser/location_bar.h | |
parent | ceac4d2624abac6f223f99e4a3a6147723b3b1e3 (diff) | |
download | chromium_src-da90ffdff909ac442444c6d7b8ec9a2a15d8f01a.zip chromium_src-da90ffdff909ac442444c6d7b8ec9a2a15d8f01a.tar.gz chromium_src-da90ffdff909ac442444c6d7b8ec9a2a15d8f01a.tar.bz2 |
Create a stub LocationBar object on Mac to communicate between the bar and the Browser.
Review URL: http://codereview.chromium.org/20136
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r-- | chrome/browser/location_bar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h index 0e6bc83..0ffc4d6 100644 --- a/chrome/browser/location_bar.h +++ b/chrome/browser/location_bar.h @@ -5,6 +5,9 @@ #ifndef CHROME_BROWSER_LOCATION_BAR_H_ #define CHROME_BROWSER_LOCATION_BAR_H_ +#include "chrome/common/page_transition_types.h" +#include "webkit/glue/window_open_disposition.h" + //////////////////////////////////////////////////////////////////////////////// // LocationBar // An interface providing access to the Location Bar component of the browser |