Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / indexed_db / indexed_db_connection.h
index 95d1f2e..63bef2b 100644 (file)
@@ -24,6 +24,8 @@ class CONTENT_EXPORT IndexedDBConnection {
   virtual void Close();
   virtual bool IsConnected();
 
+  void VersionChangeIgnored();
+
   IndexedDBDatabase* database() { return database_; }
   IndexedDBDatabaseCallbacks* callbacks() { return callbacks_; }