| Index: ios/chrome/browser/ui/url_loader.h
|
| diff --git a/ios/chrome/browser/ui/url_loader.h b/ios/chrome/browser/ui/url_loader.h
|
| index 88d22535657abe1e55d40c189ea75b798d34b36e..ca20d8ccd77be6e41638ee7bd01f0ad53485c997 100644
|
| --- a/ios/chrome/browser/ui/url_loader.h
|
| +++ b/ios/chrome/browser/ui/url_loader.h
|
| @@ -34,19 +34,17 @@ enum OpenPosition {
|
| transition:(ui::PageTransition)transition
|
| rendererInitiated:(BOOL)rendererInitiated;
|
|
|
| -// Load a new URL on a new page/tab. The |referrer| and |windowName| are
|
| -// optional. The tab will be placed in the model according to |appendTo|.
|
| +// Load a new URL on a new page/tab. The |referrer| is optional. The tab will be
|
| +// placed in the model according to |appendTo|.
|
| - (void)webPageOrderedOpen:(const GURL&)url
|
| referrer:(const web::Referrer&)referrer
|
| - windowName:(NSString*)windowName
|
| inBackground:(BOOL)inBackground
|
| appendTo:(OpenPosition)appendTo;
|
|
|
| -// Load a new URL on a new page/tab. The |referrer| and |windowName| are
|
| -// optional. The tab will be placed in the model according to |appendTo|.
|
| +// Load a new URL on a new page/tab. The |referrer| is optional. The tab will be
|
| +// placed in the model according to |appendTo|.
|
| - (void)webPageOrderedOpen:(const GURL&)url
|
| referrer:(const web::Referrer&)referrer
|
| - windowName:(NSString*)windowName
|
| inIncognito:(BOOL)inIncognito
|
| inBackground:(BOOL)inBackground
|
| appendTo:(OpenPosition)appendTo;
|
|
|