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

Unified Diff: ios/chrome/browser/xcallback_parameters.h

Issue 1171203004: Correct iOS build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UNAVAILABLE_ATTRIBUTE->NS_UNAVAILABLE Created 5 years, 6 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: ios/chrome/browser/xcallback_parameters.h
diff --git a/ios/chrome/browser/xcallback_parameters.h b/ios/chrome/browser/xcallback_parameters.h
index 82b89965a0910316812d32c95f7f7f155cec3163..f5d92272a8e152050c09d8b5282e48304af7b7d7 100644
--- a/ios/chrome/browser/xcallback_parameters.h
+++ b/ios/chrome/browser/xcallback_parameters.h
@@ -27,6 +27,8 @@
// Flag to force the creation of a new tab. Default YES.
@property(nonatomic, readonly) BOOL createNewTab;
+- (instancetype)init NS_UNAVAILABLE;
+
- (instancetype)initWithSourceAppId:(NSString*)sourceAppId
sourceAppName:(NSString*)sourceAppName
successURL:(const GURL&)successURL

Powered by Google App Engine
This is Rietveld 408576698