summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/database_info_view.h
diff options
context:
space:
mode:
authormichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-26 23:45:35 +0000
committermichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-26 23:45:35 +0000
commitf26795ebb86f6bcd4da9d4971e252eea933cfdf3 (patch)
treef8ff18dade9b45f6d5924d03d488bcfeb518cf1c /chrome/browser/views/database_info_view.h
parentea4929e2226a1a83becb9ea6e4b3fb0c29b11c0e (diff)
downloadchromium_src-f26795ebb86f6bcd4da9d4971e252eea933cfdf3.zip
chromium_src-f26795ebb86f6bcd4da9d4971e252eea933cfdf3.tar.gz
chromium_src-f26795ebb86f6bcd4da9d4971e252eea933cfdf3.tar.bz2
Teach the cookie tree view and model about appcaches. Not hooked up to real data yet, but the view and model pieces are in place for windows and gtk (not yet done for the mac).
Also adds a 'name' attribute to database details pane, cleans up the layout of the detail panes on windows. BUG=25977 TEST=manual Review URL: http://codereview.chromium.org/650110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/database_info_view.h')
-rwxr-xr-xchrome/browser/views/database_info_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/database_info_view.h b/chrome/browser/views/database_info_view.h
index a3b6743..b6b6279 100755
--- a/chrome/browser/views/database_info_view.h
+++ b/chrome/browser/views/database_info_view.h
@@ -46,6 +46,7 @@ class DatabaseInfoView : public views::View {
void Init();
// Individual property labels.
+ views::Textfield* name_value_field_;
views::Textfield* description_value_field_;
views::Textfield* size_value_field_;
views::Textfield* last_modified_value_field_;