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

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: Nits and move init to end 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..ca245b38e76c2de0146f40a7936c8848edb29b45 100644
--- a/ios/chrome/browser/xcallback_parameters.h
+++ b/ios/chrome/browser/xcallback_parameters.h
@@ -33,6 +33,8 @@
createNewTab:(BOOL)createNewTab
NS_DESIGNATED_INITIALIZER;
+- (instancetype)init NS_UNAVAILABLE;
+
@end
#endif // IOS_CHROME_BROWSER_XCALLBACK_PARAMETERS_H_

Powered by Google App Engine
This is Rietveld 408576698