Index: chrome/browser/profile.h |
=================================================================== |
--- chrome/browser/profile.h (revision 26107) |
+++ chrome/browser/profile.h (working copy) |
@@ -18,6 +18,10 @@ |
#include "chrome/browser/web_resource/web_resource_service.h" |
#include "chrome/common/notification_registrar.h" |
+#if defined(OS_CHROMEOS) |
+#include "chrome/browser/chromeos/touchpad.h" |
+#endif |
+ |
namespace net { |
class StrictTransportSecurityState; |
class SSLConfigService; |
@@ -521,6 +525,10 @@ |
// GetSessionService won't recreate the SessionService. |
bool shutdown_session_service_; |
+#if defined(OS_CHROMEOS) |
+ Touchpad touchpad_; |
+#endif |
+ |
DISALLOW_COPY_AND_ASSIGN(ProfileImpl); |
}; |