Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: chrome/browser/views/options/cookies_view.h

Issue 650110: Teach the cookie tree view / model about appcaches. Not hooked up to real dat... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/database_info_view.cc ('k') | chrome/browser/views/options/cookies_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/cookies_view.h
===================================================================
--- chrome/browser/views/options/cookies_view.h (revision 40156)
+++ chrome/browser/views/options/cookies_view.h (working copy)
@@ -25,6 +25,7 @@
} // namespace views
+class AppCacheInfoView;
class CookieInfoView;
class CookiesTreeModel;
class CookiesTreeView;
@@ -107,6 +108,8 @@
views::View* child);
private:
+ class InfoPanelView;
+
// Use the static factory method to show.
explicit CookiesView(Profile* profile);
@@ -119,15 +122,6 @@
// Update the UI when there are no cookies.
void UpdateForEmptyState();
- // Update the UI when a cookie is selected.
- void UpdateForCookieState();
-
- // Update the UI when a database is selected.
- void UpdateForDatabaseState();
-
- // Update the UI when a local storage is selected.
- void UpdateForLocalStorageState();
-
// Enable or disable the remove and remove all buttons.
void UpdateRemoveButtonsState();
@@ -140,9 +134,11 @@
views::NativeButton* clear_search_button_;
views::Label* description_label_;
CookiesTreeView* cookies_tree_;
+ InfoPanelView* info_panel_;
CookieInfoView* cookie_info_view_;
DatabaseInfoView* database_info_view_;
LocalStorageInfoView* local_storage_info_view_;
+ AppCacheInfoView* appcache_info_view_;
views::NativeButton* remove_button_;
views::NativeButton* remove_all_button_;
« no previous file with comments | « chrome/browser/views/database_info_view.cc ('k') | chrome/browser/views/options/cookies_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698