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

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 897673002: First step in enabling creating tabs without an Activity on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a-base-mounir
Patch Set: rebase Created 5 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: content/shell/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index a2d8a97928f033ef0217d7e2781e4d2377e07d82..4455ba3788c30f074cb6229c792682d0973c7b4f 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -63,8 +63,9 @@ class ShellContentBrowserClient : public ContentBrowserClient {
const GURL& new_url) override;
DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
- WebContents* OpenURL(BrowserContext* browser_context,
- const OpenURLParams& params) override;
+ void OpenURL(BrowserContext* browser_context,
+ const OpenURLParams& params,
+ const base::Callback<void(WebContents*)>& callback) override;
#if defined(OS_POSIX) && !defined(OS_MACOSX)
void GetAdditionalMappedFilesForChildProcess(
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698