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

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

Issue 1406133002: Several Site Details / Memory metrics fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_isolate_apps4
Patch Set: thestig's fixes. Created 5 years, 2 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') | tools/metrics/histograms/histograms.xml » ('j') | 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 a991d907e31d52e87a3f4c1b01882b1943450e31..cda64874f4effbc171dfaa1566bc0cb463567d9c 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -327,9 +327,6 @@ class WebContents : public PageNavigator,
virtual uint64 GetUploadSize() const = 0;
virtual uint64 GetUploadPosition() const = 0;
- // Returns a set of the site URLs currently committed in this tab.
- virtual std::set<GURL> GetSitesInTab() const = 0;
-
// Returns the character encoding of the page.
virtual const std::string& GetEncoding() const = 0;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698