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 4f194133a588afddf1c9a1e285df4b90ae8257a5..53b9f68b975e44e2451619e4e82b35c25cebdb4c 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_ |