Chromium Code Reviews| Index: content/public/browser/content_browser_client.cc |
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
| index e32344940ef368946620a3856aceb1006f125c10..22c8ef3c6b177629ec348204f17689e6ef48c325 100644 |
| --- a/content/public/browser/content_browser_client.cc |
| +++ b/content/public/browser/content_browser_client.cc |
| @@ -349,4 +349,8 @@ bool ContentBrowserClient::CheckMediaAccessPermission( |
| return false; |
| } |
| +void ContentBrowserClient::OverridePerProcessMojoServices( |
| + ServiceRegistry* registry) { |
| +} |
|
jam
2014/12/03 21:30:24
nit: remove this, it's not needed. just inline the
ppi
2014/12/04 12:54:49
Done.
|
| + |
| } // namespace content |