diff options
Diffstat (limited to 'chrome/browser/chromeos/synaptics_library.h')
-rw-r--r-- | chrome/browser/chromeos/synaptics_library.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/synaptics_library.h b/chrome/browser/chromeos/synaptics_library.h index af15a49..c55be97 100644 --- a/chrome/browser/chromeos/synaptics_library.h +++ b/chrome/browser/chromeos/synaptics_library.h @@ -19,8 +19,9 @@ class SynapticsLibrary { // This gets the singleton SynapticsLibrary. static SynapticsLibrary* Get(); - // Returns true if the ChromeOS library was loaded. - static bool loaded(); + // Makes sure the library is loaded, loading it if necessary. Returns true if + // the library has been successfully loaded. + static bool EnsureLoaded(); // Sets a boolean parameter. The actual call will be run on the FILE thread. void SetBoolParameter(SynapticsParameter param, bool value); |