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

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

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
« no previous file with comments | « chrome/browser/ui/cocoa/intents/web_intent_view_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm b/chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm
index 5723316eaa97f9495e994e5db02bfac204b06fac..af4fe178e31619527ca8ed0d27cdf56028251f67 100644
--- a/chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm
+++ b/chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm
@@ -53,4 +53,7 @@
NOTREACHED();
}
+- (void)viewRemovedFromSuperview {
+}
+
@end
« no previous file with comments | « chrome/browser/ui/cocoa/intents/web_intent_view_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698