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

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

Issue 1840533002: Devtools: Add screenshot button to device mode toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined again Created 4 years, 9 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 | « no previous file | chrome/browser/download/download_ui_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_window.h
diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
index 71b2b0e3ee33684b3a91837100d2816d11a01896..2e276aaba66fe1092d2c9a2e5e625fb871260409 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -206,6 +206,8 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
// by user.
static void OnPageCloseCanceled(content::WebContents* contents);
+ content::WebContents* GetInspectedWebContents();
+
private:
friend class DevToolsWindowTesting;
friend class DevToolsWindowCreationObserver;
@@ -319,7 +321,6 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
void LoadCompleted();
void UpdateBrowserToolbar();
void UpdateBrowserWindow();
- content::WebContents* GetInspectedWebContents();
scoped_ptr<ObserverWithAccessor> inspected_contents_observer_;
« no previous file with comments | « no previous file | chrome/browser/download/download_ui_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698