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

Unified Diff: chrome/browser/chromeos/cros/cros_library.h

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/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).

Powered by Google App Engine
This is Rietveld 408576698