Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / browser / frame_host / navigation_controller_delegate.h
index 2879d49..5763b66 100644 (file)
@@ -58,6 +58,7 @@ class NavigationControllerDelegate {
   virtual void UpdateMaxPageIDForSiteInstance(SiteInstance* site_instance,
                                               int32 page_id) = 0;
   virtual void ActivateAndShowRepostFormWarningDialog() = 0;
+  virtual bool HasAccessedInitialDocument() = 0;
 
   // This method is needed, since we are no longer guaranteed that the
   // embedder for NavigationController will be a WebContents object.