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

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

Issue 155078: Removing an unused variable from cookies_view.h (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 5 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 | « no previous file | no next file » | 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 19929)
+++ chrome/browser/views/options/cookies_view.h (working copy)
@@ -41,23 +41,23 @@
// Updates the display to show only the search results.
void UpdateSearchResults();
- // views::ButtonListener implementation:
+ // views::ButtonListener implementation.
virtual void ButtonPressed(views::Button* sender);
- // views::TableViewObserver implementation:
+ // views::TableViewObserver implementation.
virtual void OnSelectionChanged();
// Invoked when the user presses the delete key. Deletes the selected
// cookies.
virtual void OnTableViewDelete(views::TableView* table_view);
- // views::Textfield::Controller implementation:
+ // views::Textfield::Controller implementation.
virtual void ContentsChanged(views::Textfield* sender,
const std::wstring& new_contents);
virtual bool HandleKeystroke(views::Textfield* sender,
const views::Textfield::Keystroke& key);
- // views::WindowDelegate implementation:
+ // views::WindowDelegate implementation.
virtual int GetDialogButtons() const {
return MessageBoxFlags::DIALOGBUTTON_CANCEL;
}
@@ -104,7 +104,6 @@
// The Cookies Table model
scoped_ptr<CookiesTableModel> cookies_table_model_;
- scoped_ptr<CookiesTableModel> search_table_model_;
// The Profile for which Cookies are displayed
Profile* profile_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698