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

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

Issue 2465253010: Add WebView PlzNavigate related fixes to extensions_browsertests harness. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_content_browser_client.h
diff --git a/extensions/shell/browser/shell_content_browser_client.h b/extensions/shell/browser/shell_content_browser_client.h
index a87d36ecacdf4dbcc94d76e1c3d02ce408827fb4..c03b5de29344976fd7fbb7fe7c6016de8a9541a6 100644
--- a/extensions/shell/browser/shell_content_browser_client.h
+++ b/extensions/shell/browser/shell_content_browser_client.h
@@ -55,7 +55,11 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
int plugin_process_id) override;
void GetAdditionalAllowedSchemesForFileSystem(
std::vector<std::string>* additional_schemes) override;
- content::DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
+ content::DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
+ ScopedVector<content::NavigationThrottle> CreateThrottlesForNavigation(
+ content::NavigationHandle* navigation_handle) override;
+ std::unique_ptr<content::NavigationUIData> GetNavigationUIData(
+ content::NavigationHandle* navigation_handle) override;
protected:
// Subclasses may wish to provide their own ShellBrowserMainParts.
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698