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

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

Issue 18494: Added a dialog for removing exceptions of password manager (Closed)
Patch Set: style nit Created 11 years, 11 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/password_manager_exceptions_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/password_manager_view.h
diff --git a/chrome/browser/views/password_manager_view.h b/chrome/browser/views/password_manager_view.h
index 1a02914d05088c88a4396434051eb011fcf98144..c3a1b1a78343b8f23ed4266cf124ef6415dfb3d8 100644
--- a/chrome/browser/views/password_manager_view.h
+++ b/chrome/browser/views/password_manager_view.h
@@ -49,7 +49,7 @@ class PasswordManagerTableModel : public views::TableModel,
// Return the PasswordForm at the specified index.
PasswordForm* GetPasswordFormAt(int row);
- private:
+ protected:
// Wraps the PasswordForm from the database and caches the display URL for
// quick sorting.
struct PasswordRow {
@@ -64,9 +64,6 @@ class PasswordManagerTableModel : public views::TableModel,
scoped_ptr<PasswordForm> form;
};
- // Cancel any pending login query involving a callback.
- void CancelLoginsQuery();
-
// The web data service associated with the currently active profile.
WebDataService* web_data_service() {
return profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
@@ -85,6 +82,10 @@ class PasswordManagerTableModel : public views::TableModel,
Profile* profile_;
+ private:
+ // Cancel any pending login query involving a callback.
+ void CancelLoginsQuery();
+
DISALLOW_EVIL_CONSTRUCTORS(PasswordManagerTableModel);
};
« no previous file with comments | « chrome/browser/views/password_manager_exceptions_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698