| Index: chrome/test/base/testing_browser_process.cc
|
| ===================================================================
|
| --- chrome/test/base/testing_browser_process.cc (revision 191381)
|
| +++ chrome/test/base/testing_browser_process.cc (working copy)
|
| @@ -330,6 +330,10 @@
|
| const CommandLine& command_line) {
|
| }
|
|
|
| +bool TestingBrowserProcess::created_local_state() const {
|
| + return (local_state_ != NULL);
|
| +}
|
| +
|
| void TestingBrowserProcess::SetBookmarkPromptController(
|
| BookmarkPromptController* controller) {
|
| #if !defined(OS_IOS)
|
|
|