Limit number of opened tabs in brower
[profile/tv/apps/web/browser.git] / core / AbstractWebEngine / AbstractWebEngine.h
index 99f19c9..22e9c55 100644 (file)
@@ -352,11 +352,16 @@ public:
     boost::signals2::signal<void (TabId)> currentTabChanged;
 
     /**
-    * New tab was creted. It could be explicit call (by user) or tab could be opened from JavaScript.
+    * New tab was created. It could be explicit call (by user) or tab could be opened from JavaScript.
     */
     boost::signals2::signal<void ()> tabCreated;
 
     /**
+    * Checks if tab can be created.
+    */
+    boost::signals2::signal<bool ()> checkIfCreate;
+
+    /**
      * Tab closed
      * \param TabId of closed tab
      */