summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/autofill_profiles_view_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/autofill_profiles_view_win.h')
-rw-r--r--chrome/browser/views/autofill_profiles_view_win.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/views/autofill_profiles_view_win.h b/chrome/browser/views/autofill_profiles_view_win.h
index cdeb1bc..20b60b6 100644
--- a/chrome/browser/views/autofill_profiles_view_win.h
+++ b/chrome/browser/views/autofill_profiles_view_win.h
@@ -193,6 +193,7 @@ class AutoFillProfilesView : public views::View,
const string16& new_contents);
bool IsValid() const;
+
protected:
// views::View methods:
virtual void ViewHierarchyChanged(bool is_add, views::View* parent,
@@ -204,6 +205,7 @@ class AutoFillProfilesView : public views::View,
// Only stub is needed, it is never called.
NOTREACHED();
}
+
private:
void UpdateButtons();
AutoFillProfilesView* autofill_view_;
@@ -392,7 +394,6 @@ class AutoFillProfilesView : public views::View,
// 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 @@ class AutoFillProfilesView : public views::View,
void RemoveItem(int index);
void UpdateItem(int index);
- protected:
-
// TableModel members:
virtual int RowCount();
virtual std::wstring GetText(int row, int column_id);