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

Unified Diff: chrome/browser/chrome_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: 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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 40e700f311f5a8e0a4f411c57f4cde31cd8cd317..a456f7b3ca5da77459ac57c3ddc3f9c21fbfa1da 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -281,8 +281,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
const GURL& security_origin,
content::MediaStreamType type) override;
- content::WebContents* OpenURL(content::BrowserContext* browser_context,
- const content::OpenURLParams& params) override;
+ void OpenURL(content::BrowserContext* browser_context,
+ const content::OpenURLParams& params,
+ const base::Callback<void(content::WebContents*)>& callback)
+ override;
private:
friend class DisableWebRtcEncryptionFlagTest;

Powered by Google App Engine
This is Rietveld 408576698