Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 292123015: Remove WebContents::IsActiveEntry from Instant Extended and from WebContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done? Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index c8a0355b6cb4377934b56cb1b68346e33b35c5e2..0458c36f1be53681cabe9ec4e45ad19f787ac856 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -268,8 +268,6 @@ class CONTENT_EXPORT WebContentsImpl
const base::FilePath& file,
const base::Callback<void(int64)>& callback)
OVERRIDE;
- virtual bool IsActiveEntry(int32 page_id) OVERRIDE;
-
virtual const std::string& GetContentsMimeType() const OVERRIDE;
virtual bool WillNotifyDisconnection() const OVERRIDE;
virtual void SetOverrideEncoding(const std::string& encoding) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698