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

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

Issue 7891021: Use stub impl when libcros fails to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with power library changes Created 9 years, 3 months 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/chromeos/cros/brightness_library.cc ('k') | chrome/browser/chromeos/cros/burn_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/burn_library.h
diff --git a/chrome/browser/chromeos/cros/burn_library.h b/chrome/browser/chromeos/cros/burn_library.h
index 8130f84767630d7a3623b52208dec73fbf27fa04..838a63fbb106aa33b9dc2e2956eb1dacc3ba71a7 100644
--- a/chrome/browser/chromeos/cros/burn_library.h
+++ b/chrome/browser/chromeos/cros/burn_library.h
@@ -67,6 +67,8 @@ class BurnLibrary {
virtual ~BurnLibrary() {}
+ virtual void Init() = 0;
+
virtual void AddObserver(Observer* observer) = 0;
virtual void RemoveObserver(Observer* observer) = 0;
// Example values:
« no previous file with comments | « chrome/browser/chromeos/cros/brightness_library.cc ('k') | chrome/browser/chromeos/cros/burn_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698