Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / app_list_view_delegate.h
index cf6fa53..90a608e 100644 (file)
@@ -139,6 +139,11 @@ class APP_LIST_EXPORT AppListViewDelegate {
   // Creates the web view for the start page. The caller takes the ownership of
   // the returned view.
   virtual views::View* CreateStartPageWebView(const gfx::Size& size) = 0;
+
+  // Creates the web views for the user-specified custom pages. The caller takes
+  // ownership of the returned views.
+  virtual std::vector<views::View*> CreateCustomPageWebViews(
+      const gfx::Size& size) = 0;
 #endif
 
   // Returns true if the delegate supports speech recognition.