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

Unified Diff: ios/public/provider/chrome/browser/ui/logo_vendor.h

Issue 2463463002: [ios] Adds ChromiumBrowserProvider. (Closed)
Patch Set: Review. Created 4 years, 1 month 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 | « ios/chrome/browser/providers/chromium_voice_search_provider.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/ui/logo_vendor.h
diff --git a/ios/public/provider/chrome/browser/ui/logo_vendor.h b/ios/public/provider/chrome/browser/ui/logo_vendor.h
index 30c868326539f5944a70e803ddf6fcc09af85e93..fb755a9ee61a2d63b61aaaa049d683ee1864e264 100644
--- a/ios/public/provider/chrome/browser/ui/logo_vendor.h
+++ b/ios/public/provider/chrome/browser/ui/logo_vendor.h
@@ -13,7 +13,7 @@
@protocol LogoVendor<LogoAnimationControllerOwnerOwner, NSObject>
// View that shows a doodle or a search engine logo.
-@property(nonatomic, readonly) UIView* view;
+@property(nonatomic, readonly, retain) UIView* view;
// Whether or not the logo should be shown. Defaults to YES.
@property(nonatomic, assign, getter=isShowingLogo) BOOL showingLogo;
« no previous file with comments | « ios/chrome/browser/providers/chromium_voice_search_provider.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698