Chromium Code Reviews| Index: content/app/content_main_runner.cc |
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
| index 5b4586c38f366b91a4a6e06b68bcaa50f3b7c9a5..d9135defec68728c6ffb0b37d13ae1264402c506 100644 |
| --- a/content/app/content_main_runner.cc |
| +++ b/content/app/content_main_runner.cc |
| @@ -253,6 +253,7 @@ class ContentClientInitializer { |
| content_client->utility_ = &g_empty_content_utility_client.Get(); |
| } |
| #endif // !CHROME_MULTIPLE_DLL_BROWSER |
| + content_client->InitializeOriginTrials(); |
|
jam
2016/04/21 17:56:19
instead of adding a new ContentClient method, whic
iclelland
2016/04/25 15:26:18
Yes I can. Other content embedders will need to fo
|
| } |
| }; |