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

Unified Diff: ios/chrome/browser/ui/url_loader.h

Issue 2720983002: Remove windowName from CRWSessionController. (Closed)
Patch Set: Address comments. Created 3 years, 10 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/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;
« no previous file with comments | « ios/chrome/browser/ui/tab_switcher/tab_switcher_controller.mm ('k') | ios/web/navigation/crw_session_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698