| Index: trunk/src/chrome/test/base/testing_browser_process.cc
|
| ===================================================================
|
| --- trunk/src/chrome/test/base/testing_browser_process.cc (revision 200655)
|
| +++ trunk/src/chrome/test/base/testing_browser_process.cc (working copy)
|
| @@ -326,6 +326,10 @@
|
| #endif
|
| }
|
|
|
| +void TestingBrowserProcess::PlatformSpecificCommandLineProcessing(
|
| + const CommandLine& command_line) {
|
| +}
|
| +
|
| bool TestingBrowserProcess::created_local_state() const {
|
| return (local_state_ != NULL);
|
| }
|
|
|