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

Unified Diff: chrome/browser/devtools/devtools_window.h

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/devtools/devtools_window.h
diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
index 6562de74a4ddccaffc49508ad3768b5d7ecb4873..7501c19d5c5dbcc0ba8d91e8202ce6d4f8b1fc1a 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -33,7 +33,6 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
public:
explicit ObserverWithAccessor(content::WebContents* web_contents);
virtual ~ObserverWithAccessor();
- content::WebContents* GetWebContents();
private:
DISALLOW_COPY_AND_ASSIGN(ObserverWithAccessor);
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_window.cc » ('j') | chrome/browser/ui/search/instant_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698