diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 03:32:44 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 03:32:44 +0000 |
commit | 1e6dd971b2db13a94be8a76b6553c0011b625293 (patch) | |
tree | 99e91ad6a3775f4179f05f27fbeafef4ca49142f /chrome/browser/views/browser_views.vcproj | |
parent | a1e5ce5773bda214b6bc71705bc1311826cbf8a0 (diff) | |
download | chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.zip chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.tar.gz chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.tar.bz2 |
BUG=1007
Added a dialog for removing exceptions of password manager
Added the PasswordManagerExceptionsView class for removing exception of password manager added by "Never for this site" button. Also added a button in "Minor Tweaks" tab for openning the dialog.
Review URL: http://codereview.chromium.org/18494
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index c94205c..994adf9 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -658,6 +658,14 @@ > </File> <File + RelativePath=".\password_manager_exceptions_view.cc" + > + </File> + <File + RelativePath=".\password_manager_exceptions_view.h" + > + </File> + <File RelativePath=".\password_manager_view.cc" > </File> |