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

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: 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.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 0649d2a94f34a027a66ae28a9a3a6f2a5a491b43..736a953295c59d5f4025e36391cbac40b0da6688 100644
--- a/chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm
+++ b/chrome/browser/ui/cocoa/intents/web_intent_view_controller.mm
@@ -49,4 +49,7 @@
NOTREACHED();
}
+- (void)viewRemovedFromSuperview {
+}
+
@end

Powered by Google App Engine
This is Rietveld 408576698