Commit 8b83d018 authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

Remove unused method -[SceneController openURLInNewTabWithCommand:]

-[SceneController openURLInNewTabWithCommand:] is not used,
-[SceneController openURLInNewTab:] should be used instead.

Change-Id: I5a650a7e2fe44fd46e8733b2c6dc1dcf8b9511dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552389Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Mark Cogan <marq@chromium.org>
Auto-Submit: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829662}
parent babc0b30
...@@ -2024,10 +2024,6 @@ const char kMultiWindowOpenInNewWindowHistogram[] = ...@@ -2024,10 +2024,6 @@ const char kMultiWindowOpenInNewWindowHistogram[] =
} }
} }
- (void)openURLInNewTabWithCommand:(OpenNewTabCommand*)command {
[self openURLInNewTab:command];
}
- (void)expectNewForegroundTabForMode:(ApplicationMode)targetMode { - (void)expectNewForegroundTabForMode:(ApplicationMode)targetMode {
id<BrowserInterface> interface = id<BrowserInterface> interface =
targetMode == ApplicationMode::INCOGNITO targetMode == ApplicationMode::INCOGNITO
......
...@@ -42,9 +42,6 @@ ...@@ -42,9 +42,6 @@
#pragma mark - URLLoadingBrowserAgentDelegate #pragma mark - URLLoadingBrowserAgentDelegate
- (void)openURLInNewTabWithCommand:(OpenNewTabCommand*)command {
}
- (void)animateOpenBackgroundTabFromParams:(const UrlLoadParams&)params - (void)animateOpenBackgroundTabFromParams:(const UrlLoadParams&)params
completion:(void (^)())completion { completion:(void (^)())completion {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment