Index: chrome/browser/chromeos/cros/cros_library.h |
diff --git a/chrome/browser/chromeos/cros/cros_library.h b/chrome/browser/chromeos/cros/cros_library.h |
index 2a679417980a98be8c8e445278d6a18c4208da96..8eecb3c7c9817d334b6ed1dfdad5ac7486e66b2f 100644 |
--- a/chrome/browser/chromeos/cros/cros_library.h |
+++ b/chrome/browser/chromeos/cros/cros_library.h |
@@ -82,11 +82,6 @@ class CrosLibrary { |
// Getter for Test API that gives access to internal members of this class. |
TestApi* GetTestApi(); |
- // TODO(stevenjb): Deprecate this. Libraries should fall back to stub |
- // implementations if libcros_loaded() is false, and/or use libcros_loaded() |
- // to protect calls to libcros. http://crosbug.com/19886 |
- bool EnsureLoaded() { return use_stub_impl_ || libcros_loaded_; } |
- |
bool libcros_loaded() { return libcros_loaded_; } |
// Returns an unlocalized string describing the last load error (if any). |