summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/synaptics_library.h
Commit message (Collapse)AuthorAgeFilesLines
* Write a test for loading libcros.so on startup of Chrome. You just pass thebrettw@chromium.org2009-11-131-2/+3
| | | | | | | | | | | | | | | --test-load-libcros on the command line. The browser will exit immediately and the error code (and error messages) will indicate success or failure. I also renamed loaded() static functions related to loading this library. These are not simple getters since they will actually load the library if its not loaded yet. I renamed it to EnsureLoaded. TEST=This is a test BUG=none Review URL: http://codereview.chromium.org/387014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31911 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to use libcros to make changes to touchpad settings.chocobo@google.com2009-10-211-0/+47
BUG=none TEST=none Review URL: http://codereview.chromium.org/300011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29693 0039d316-1c4b-4281-b951-d872f2087c98