diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-06 04:43:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-06 04:43:38 +0000 |
commit | 190d5ab9a765a9ded5aff7f96210a47a937ca649 (patch) | |
tree | c42435ee417773bd466f6e583ef5661edc0a612a /ui/web_dialogs | |
parent | 1778cbc87e3366f5b3f51bd69bccb9e98cca316d (diff) | |
download | chromium_src-190d5ab9a765a9ded5aff7f96210a47a937ca649.zip chromium_src-190d5ab9a765a9ded5aff7f96210a47a937ca649.tar.gz chromium_src-190d5ab9a765a9ded5aff7f96210a47a937ca649.tar.bz2 |
Valgrind: Fix leaks in ConstrainedWebDialogDelegate.
BUG=145644
Review URL: https://chromiumcodereview.appspot.com/10920021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/web_dialogs')
-rw-r--r-- | ui/web_dialogs/web_dialog_delegate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/web_dialogs/web_dialog_delegate.h b/ui/web_dialogs/web_dialog_delegate.h index 51fafa2..7cbde25 100644 --- a/ui/web_dialogs/web_dialog_delegate.h +++ b/ui/web_dialogs/web_dialog_delegate.h @@ -117,7 +117,6 @@ class WEB_DIALOGS_EXPORT WebDialogDelegate { // Stores the dialog bounds. virtual void StoreDialogSize(const gfx::Size& dialog_size) {} - protected: virtual ~WebDialogDelegate() {} }; |