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

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

Issue 1124173004: [iOS] Upstream //ios/chrome/browser/ui/commands changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation Created 5 years, 7 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 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) {
« no previous file with comments | « ios/chrome/browser/ui/commands/generic_chrome_command.h ('k') | ios/chrome/browser/ui/commands/ios_command_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698