Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chrome/browser/automation/testing_automation_provider_chromeos.cc

Issue 8588006: Eliminate CrosLibrary::EnsureLoaded (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index 3f0cd4afd610419a4036384f98c607cf2ff1439d..d19dcf80ad68dc7cc61fe6cb84f6018dc1ee7ea3 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -50,7 +50,7 @@ namespace {
bool EnsureCrosLibraryLoaded(AutomationProvider* provider,
IPC::Message* reply_message) {
- if (!CrosLibrary::Get()->EnsureLoaded()) {
+ if (!CrosLibrary::Get()->libcros_loaded()) {
AutomationJSONReply(provider, reply_message).SendError(
"Could not load cros library.");
return false;

Powered by Google App Engine
This is Rietveld 408576698