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

Unified Diff: chrome/browser/ui/tabs/tab_strip_model.cc

Issue 525793002: Make WebContentsObserver::web_contents() public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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: chrome/browser/ui/tabs/tab_strip_model.cc
diff --git a/chrome/browser/ui/tabs/tab_strip_model.cc b/chrome/browser/ui/tabs/tab_strip_model.cc
index 074d1bfb23f8f6e7eb8c009c931dc77f8d09f451..b3a596c0cc1475ac16c0e64c83834a20ece474cb 100644
--- a/chrome/browser/ui/tabs/tab_strip_model.cc
+++ b/chrome/browser/ui/tabs/tab_strip_model.cc
@@ -68,9 +68,6 @@ class CloseTracker {
parent_(parent) {
}
- // Expose web_contents() publicly.
- using content::WebContentsObserver::web_contents;
-
private:
// WebContentsObserver:
virtual void WebContentsDestroyed() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698