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 bc737a6fef3f45bf5e3c891d4604d36cb9bb9985..d2512b99c784def3d748fecfdf82ec5249bbb6ec 100644 |
--- a/ios/chrome/browser/ui/commands/generic_chrome_command.mm |
+++ b/ios/chrome/browser/ui/commands/generic_chrome_command.mm |
@@ -9,16 +9,10 @@ |
#include "base/logging.h" |
#import "ios/chrome/browser/ui/commands/UIKit+ChromeExecuteCommand.h" |
-@implementation GenericChromeCommand { |
- NSInteger _tag; |
-} |
+@implementation GenericChromeCommand |
@synthesize tag = _tag; |
-- (instancetype)init { |
- return [self initWithTag:0]; |
-} |
- |
- (instancetype)initWithTag:(NSInteger)tag { |
self = [super init]; |
if (self) { |