Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / tabs / tab_controller.h
index d20a178..30f14d7 100644 (file)
@@ -89,6 +89,10 @@ class TabController {
   // Returns true if tabs painted in the rectangular light-bar style.
   virtual bool IsImmersiveStyle() const = 0;
 
+  // Adds private information to the tab's accessibility state.
+  virtual void UpdateTabAccessibilityState(const Tab* tab,
+                                        ui::AXViewState* state) = 0;
+
  protected:
   virtual ~TabController() {}
 };