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

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

Issue 1406133002: Several Site Details / Memory metrics fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_isolate_apps4
Patch Set: Self-review fixes / simplifications 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
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 9e779b8be76fa59c5bfaaeaf0b276145c3bee574..7d23aed5e3b6cf96e2ce402539e05ee4256a5893 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -269,7 +269,6 @@ class CONTENT_EXPORT WebContentsImpl
const base::string16& GetLoadStateHost() const override;
uint64 GetUploadSize() const override;
uint64 GetUploadPosition() const override;
- std::set<GURL> GetSitesInTab() const override;
const std::string& GetEncoding() const override;
bool DisplayedInsecureContent() const override;
void IncrementCapturerCount(const gfx::Size& capture_size) override;

Powered by Google App Engine
This is Rietveld 408576698