Index: chrome/browser/protector/settings_change_global_error_delegate.h |
=================================================================== |
--- chrome/browser/protector/settings_change_global_error_delegate.h (revision 108092) |
+++ chrome/browser/protector/settings_change_global_error_delegate.h (working copy) |
@@ -24,6 +24,9 @@ |
// Called if user clicked outside the bubble and timeout for its reshow |
// has passed. |
virtual void OnDecisionTimeout() = 0; |
+ |
+ // Called when error is removed from profile so it's safe to delete it. |
+ virtual void OnRemovedFromProfile() = 0; |
}; |
} // namespace protector |