| 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 1859a67344ddcdfa9a3e409d24069bcb9f814fb2..f6a1608cb4412f6bc8aa9312af3a9531127a4afc 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -369,6 +369,11 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| static void SetDefaultQuotaSettingsForTesting(
|
| const storage::QuotaSettings *settings);
|
|
|
| + // The constructor of memory_instrumentation::CoordinatorImpl, and so the
|
| + // GetInstance method, should be called on the UI thread.
|
| + void ExposeMemoryInstrumentationOnUIThread(
|
| + service_manager::InterfaceRegistry* registry);
|
| +
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| // Set of origins that can use TCP/UDP private APIs from NaCl.
|
| std::set<std::string> allowed_socket_origins_;
|
|
|