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

Unified Diff: ios/chrome/browser/ui/commands/generic_chrome_command.mm

Issue 1171203004: Correct iOS build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove test again 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/ui/commands/generic_chrome_command.mm
diff --git a/ios/chrome/browser/ui/commands/generic_chrome_command.mm b/ios/chrome/browser/ui/commands/generic_chrome_command.mm
index d2512b99c784def3d748fecfdf82ec5249bbb6ec..62f8fd4c85762d22d6db1efa883bce55adb8d5e7 100644
--- a/ios/chrome/browser/ui/commands/generic_chrome_command.mm
+++ b/ios/chrome/browser/ui/commands/generic_chrome_command.mm
@@ -13,6 +13,11 @@
@synthesize tag = _tag;
+- (instancetype)init {
+ NOTREACHED();
+ return nil;
+}
+
- (instancetype)initWithTag:(NSInteger)tag {
self = [super init];
if (self) {

Powered by Google App Engine
This is Rietveld 408576698