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

Unified Diff: ios/chrome/app/chrome_app_startup_parameters.h

Issue 2923013005: Removed XCallbackParameters and related code. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « no previous file | ios/chrome/app/chrome_app_startup_parameters.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/chrome_app_startup_parameters.h
diff --git a/ios/chrome/app/chrome_app_startup_parameters.h b/ios/chrome/app/chrome_app_startup_parameters.h
index 1e875a1d1488a49ccf429be829962ab9fd9642ea..b6fedc8af13d4329db507bd06d90de3ca7b55370 100644
--- a/ios/chrome/app/chrome_app_startup_parameters.h
+++ b/ios/chrome/app/chrome_app_startup_parameters.h
@@ -30,12 +30,9 @@ enum MobileSessionCallerApp {
@interface ChromeAppStartupParameters : AppStartupParameters
-- (instancetype)initWithExternalURL:(const GURL&)externalURL
- xCallbackParameters:(XCallbackParameters*)xCallbackParameters
- NS_UNAVAILABLE;
+- (instancetype)initWithExternalURL:(const GURL&)externalURL NS_UNAVAILABLE;
- (instancetype)initWithExternalURL:(const GURL&)externalURL
- xCallbackParameters:(XCallbackParameters*)xCallbackParameters
declaredSourceApp:(NSString*)declaredSourceApp
secureSourceApp:(NSString*)secureSourceApp
completeURL:(NSURL*)completeURL
« no previous file with comments | « no previous file | ios/chrome/app/chrome_app_startup_parameters.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698