Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / extensions / browser / api / hid / hid_device_manager.h
index 7edfd23..fe2b4b8 100644 (file)
@@ -55,6 +55,8 @@ class HidDeviceManager : public BrowserContextKeyedAPI {
 
   void UpdateDevices();
 
+  static const bool kServiceHasOwnInstanceInIncognito = true;
+
   int next_resource_id_;
 
   typedef std::map<int, device::HidDeviceId> ResourceIdToDeviceIdMap;