| 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 879c041644a1ff76ca9510d7a66a150d099aa89f..0deccd79123ea4907f541c40d792d21f791c07ef 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -292,6 +292,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const base::Callback<void(bool)>& callback);
|
| #endif
|
|
|
| + void ConfigureMojoShell(content::MojoShellContext* context) override;
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| // Set of origins that can use TCP/UDP private APIs from NaCl.
|
| std::set<std::string> allowed_socket_origins_;
|
|
|