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) { |