Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / frame_host / navigation_entry_impl.cc
index d5d6fc2..03dfa5a 100644 (file)
@@ -289,6 +289,10 @@ int NavigationEntryImpl::GetHttpStatusCode() const {
   return http_status_code_;
 }
 
+bool NavigationEntryImpl::IsRestored() const {
+  return restore_type_ != RESTORE_NONE;
+}
+
 void NavigationEntryImpl::SetCanLoadLocalResources(bool allow) {
   can_load_local_resources_ = allow;
 }