| Index: chrome/test/base/testing_browser_process.cc
|
| diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
|
| index 5670db16c60ecff351faf58cb9c32d1c9ca90e26..04c506f08f1ae33cab4dee9338905edb7d69a6ad 100644
|
| --- a/chrome/test/base/testing_browser_process.cc
|
| +++ b/chrome/test/base/testing_browser_process.cc
|
| @@ -305,6 +305,10 @@ CRLSetFetcher* TestingBrowserProcess::crl_set_fetcher() {
|
| return NULL;
|
| }
|
|
|
| +PnaclComponentInstaller* TestingBrowserProcess::pnacl_component_installer() {
|
| + return NULL;
|
| +}
|
| +
|
| BookmarkPromptController* TestingBrowserProcess::bookmark_prompt_controller() {
|
| #if defined(OS_IOS)
|
| NOTIMPLEMENTED();
|
|
|