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 f95eacadfeef586ea141acdf7724722ba72d83e4..764c143b6166b618af6b18d75d84150223dc4106 100644 |
--- a/chrome/browser/chromeos/cros/cros_library.h |
+++ b/chrome/browser/chromeos/cros/cros_library.h |
@@ -79,11 +79,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). |