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

Unified Diff: chrome/browser/ui/cocoa/dev_tools_controller.h

Issue 388803003: [Mac] Replace SetOverlayView with AllowOtherViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/cocoa/dev_tools_controller.h
diff --git a/chrome/browser/ui/cocoa/dev_tools_controller.h b/chrome/browser/ui/cocoa/dev_tools_controller.h
index 66fdc62ae6c1659bcbdf1cabefaeb5bcbae75328..8e045baef5a922677c14502b06c654177f4422eb 100644
--- a/chrome/browser/ui/cocoa/dev_tools_controller.h
+++ b/chrome/browser/ui/cocoa/dev_tools_controller.h
@@ -26,10 +26,6 @@ class WebContents;
// A view hosting docked devTools contents.
base::scoped_nsobject<DevToolsContainerView> devToolsContainerView_;
- // Docked devtools web contents. NULL when current tab is not inspected
- // or is inspected with undocked version of DevToolsWindow.
- content::WebContents* devTools_;
-
base::scoped_nsobject<FocusTracker> focusTracker_;
}

Powered by Google App Engine
This is Rietveld 408576698