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

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

Issue 16599016: Add UMA stats for predicted process counts with out-of-process iframes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update hash_tables.h include Created 7 years, 6 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/public/browser/render_process_host.h ('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 f2146f574aa6772a39ef544900567f31ffc21d4d..1c6c6dc70a4a4a58db579e3e57fe1b6d6253c9b7 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -247,6 +247,9 @@ 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;
+
// Return the character encoding of the page.
virtual const std::string& GetEncoding() const = 0;
« no previous file with comments | « content/public/browser/render_process_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698