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

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

Issue 292123015: Remove WebContents::IsActiveEntry from Instant Extended and from WebContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 8a717b86dd9212e5a6b2539348155a13d8a45511..361f11e188cedc50f23bfe7dba3cf63cc5aae37b 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -175,7 +175,7 @@ class WebContents : public PageNavigator,
virtual const GURL& GetVisibleURL() const = 0;
// Gets the last committed URL. It represents the current page that is
- // displayed in this WebContents. It represents the current security
+ // displayed in this WebContents. It represents the current security
// context.
virtual const GURL& GetLastCommittedURL() const = 0;
@@ -452,9 +452,6 @@ class WebContents : public PageNavigator,
const base::Callback<void(
int64 /* size of the file */)>& callback) = 0;
- // Returns true if the active NavigationEntry's page_id equals page_id.
- virtual bool IsActiveEntry(int32 page_id) = 0;
-
// Returns the contents MIME type after a navigation.
virtual const std::string& GetContentsMimeType() const = 0;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698