Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / render_view_host_delegate.cc
index 46206d1..84bbba8 100644 (file)
@@ -18,16 +18,6 @@ bool RenderViewHostDelegate::OnMessageReceived(RenderViewHost* render_view_host,
   return false;
 }
 
-bool RenderViewHostDelegate::AddMessageToConsole(
-    int32 level, const base::string16& message, int32 line_no,
-    const base::string16& source_id) {
-  return false;
-}
-
-const GURL& RenderViewHostDelegate::GetURL() const {
-  return GURL::EmptyGURL();
-}
-
 WebContents* RenderViewHostDelegate::GetAsWebContents() {
   return NULL;
 }
@@ -49,4 +39,8 @@ FrameTree* RenderViewHostDelegate::GetFrameTree() {
   return NULL;
 }
 
+bool RenderViewHostDelegate::IsNeverVisible() {
+  return false;
+}
+
 }  // namespace content