Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/browser/ui/cocoa/intents/web_intent_view_controller.h

Issue 11230023: Web Intents Mac: Add view animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comment Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698