diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 20:16:50 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 20:16:50 +0000 |
commit | 76960a40e09420ac2e302f4b307c4dd0d8a61ce8 (patch) | |
tree | 8f6a5642af430f77528fd479eba63dfae42169d8 /chrome/browser/tab_contents.cc | |
parent | 45cbfb0444d2ae27d9dbc9880c547c0d42978782 (diff) | |
download | chromium_src-76960a40e09420ac2e302f4b307c4dd0d8a61ce8.zip chromium_src-76960a40e09420ac2e302f4b307c4dd0d8a61ce8.tar.gz chromium_src-76960a40e09420ac2e302f4b307c4dd0d8a61ce8.tar.bz2 |
Add PropertyBag to TabContents. Convert the autocomplete state as a proof of concept. Add necessary const accessors to property bag.
BUG=5260
Review URL: http://codereview.chromium.org/13707
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents.cc b/chrome/browser/tab_contents.cc index ffd17cb..8e93672 100644 --- a/chrome/browser/tab_contents.cc +++ b/chrome/browser/tab_contents.cc @@ -42,7 +42,6 @@ TabContents::TabContents(TabContentsType type) is_active_(true), is_crashed_(false), waiting_for_response_(false), - saved_location_bar_state_(NULL), shelf_visible_(false), max_page_id_(-1), blocked_popups_(NULL), |