Chromium Code Reviews| Index: chrome/browser/protector/protector.h |
| =================================================================== |
| --- chrome/browser/protector/protector.h (revision 108092) |
| +++ chrome/browser/protector/protector.h (working copy) |
| @@ -44,6 +44,7 @@ |
| virtual void OnApplyChanges() OVERRIDE; |
| virtual void OnDiscardChanges() OVERRIDE; |
| virtual void OnDecisionTimeout() OVERRIDE; |
| + virtual void OnRemovedFromProfile() OVERRIDE; |
| private: |
| friend class DeleteTask<Protector>; |