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

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

Issue 12208060: Alternate NTP: Don't overlap dev tools with bookmark bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux Created 7 years, 10 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/ui/cocoa/browser_window_controller.h » ('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 1ec0e5c052fab478d664abf1d9c463a8d1ae9c8e..b62f541d021750a6c9d87bee6f220187de556e24 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -21,6 +21,7 @@
class Browser;
class BrowserWindow;
+class DevToolsControllerTest;
class PrefServiceSyncable;
class Profile;
@@ -111,6 +112,7 @@ class DevToolsWindow : private content::NotificationObserver,
void SetHeight(int height);
private:
+ friend class DevToolsControllerTest;
static DevToolsWindow* Create(Profile* profile,
content::RenderViewHost* inspected_rvh,
DevToolsDockSide dock_side,
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698