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

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

Issue 6247017: Revert 72153 - Remove user-related data from local_state and add to user_pre... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
===================================================================
--- chrome/browser/ui/cocoa/dev_tools_controller.h (revision 72174)
+++ chrome/browser/ui/cocoa/dev_tools_controller.h (working copy)
@@ -14,12 +14,11 @@
@class NSSplitView;
@class NSView;
-class Profile;
class TabContents;
// A class that handles updates of the devTools view within a browser window.
// It swaps in the relevant devTools contents for a given TabContents or removes
-// the view, if there's no devTools contents to show.
+// the vew, if there's no devTools contents to show.
@interface DevToolsController : NSObject {
@private
// A view hosting docked devTools contents.
@@ -41,8 +40,7 @@
// Depending on |contents|'s state, decides whether the docked web inspector
// should be shown or hidden and adjusts its height (|delegate_| handles
// the actual resize).
-- (void)updateDevToolsForTabContents:(TabContents*)contents
- withProfile:(Profile*)profile;
+- (void)updateDevToolsForTabContents:(TabContents*)contents;
// Call when the devTools view is properly sized and the render widget host view
// should be put into the view hierarchy.
Property changes on: chrome/browser/ui/cocoa/dev_tools_controller.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_unittest.mm ('k') | chrome/browser/ui/cocoa/dev_tools_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698