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

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: fix test 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 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_

Powered by Google App Engine
This is Rietveld 408576698