| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 85bd493c1da4fa0706d8c010408bde68a94547af..ab2b807298bf7ffbff46d8103dc8639f3b0c8906 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -230,7 +230,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
|
| }
|
|
|
|
|