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

Unified Diff: chrome/browser/views/autofill_profiles_view_win.h

Issue 2828014: AutoFill: Add support for multi-select and delete. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 6 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 | chrome/browser/views/autofill_profiles_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/autofill_profiles_view_win.h
===================================================================
--- chrome/browser/views/autofill_profiles_view_win.h (revision 50320)
+++ chrome/browser/views/autofill_profiles_view_win.h (working copy)
@@ -193,6 +193,7 @@
const string16& new_contents);
bool IsValid() const;
+
protected:
// views::View methods:
virtual void ViewHierarchyChanged(bool is_add, views::View* parent,
@@ -204,6 +205,7 @@
// Only stub is needed, it is never called.
NOTREACHED();
}
+
private:
void UpdateButtons();
AutoFillProfilesView* autofill_view_;
@@ -392,7 +394,6 @@
// Find an index of the item in the model, -1 if not present.
int GetIndex(const std::wstring& value);
- protected:
private:
std::vector<std::wstring> cb_strings_;
@@ -418,8 +419,6 @@
void RemoveItem(int index);
void UpdateItem(int index);
- protected:
-
// TableModel members:
virtual int RowCount();
virtual std::wstring GetText(int row, int column_id);
« no previous file with comments | « no previous file | chrome/browser/views/autofill_profiles_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698