| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index aebeca3ba2fd5255387ca8a6616c8d5de5e4f08f..d6b84514d6b7ba9e6430bc302e99f2507a14c326 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -231,7 +231,7 @@ void HandleTestParameters(const CommandLine& command_line) {
|
| // and 1 if it can't be. This is for validation that the library is installed
|
| // and versioned properly for Chrome to find.
|
| if (command_line.HasSwitch(switches::kTestLoadLibcros))
|
| - exit(!chromeos::CrosLibrary::Get()->EnsureLoaded());
|
| + exit(!chromeos::CrosLibrary::Get()->libcros_loaded());
|
| #endif
|
| }
|
|
|
|
|