diff options
Diffstat (limited to 'chrome/browser/protector/protector.cc')
-rw-r--r-- | chrome/browser/protector/protector.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/protector/protector.cc b/chrome/browser/protector/protector.cc index 60d7a1b..d80ce91 100644 --- a/chrome/browser/protector/protector.cc +++ b/chrome/browser/protector/protector.cc @@ -28,8 +28,6 @@ Protector::Protector(Profile* profile) } Protector::~Protector() { - if (change_.get()) - change_->OnBeforeRemoved(); } void Protector::OpenTab(const GURL& url) { |