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); |