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

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: Rebase 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chromeos/login/base_login_display_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chromeos/login/base_login_display_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698