Index: chrome/browser/ui/cocoa/intents/web_intent_view_controller.h |
diff --git a/chrome/browser/ui/cocoa/intents/web_intent_view_controller.h b/chrome/browser/ui/cocoa/intents/web_intent_view_controller.h |
index 3dbf0de9d3ee3d9b722e1ad11abcf812f774b56f..32f3de5323c3b26386cf0c52318594dc193a177a 100644 |
--- a/chrome/browser/ui/cocoa/intents/web_intent_view_controller.h |
+++ b/chrome/browser/ui/cocoa/intents/web_intent_view_controller.h |
@@ -29,6 +29,10 @@ |
// This method must be overridden if |-sizeToFitAndLayout| is not. |
- (void)layoutSubviewsWithinFrame:(NSRect)innerFrame; |
+// Called after the view has been removed from the super view. Subclasses can |
+// override this to clear and state. |
+- (void)viewRemovedFromSuperview; |
+ |
@end |
#endif // CHROME_BROWSER_UI_COCOA_INTENTS_WEB_INTENT_VIEW_CONTROLLER_H_ |