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

Unified Diff: chrome/browser/ui/panels/panel.h

Issue 8704005: Add autoresize capability to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: latest update Created 9 years, 1 month 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/panels/panel.cc » ('j') | content/browser/renderer_host/render_view_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel.h
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index 10d2861d0e379b8940cfe3d25f53ab732598e17b..adae6aa0f6fdf0d2f753e2a198badff6438d9a0d 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -247,11 +247,6 @@ class Panel : public BrowserWindow,
// Configures the renderer for auto resize.
void EnableRendererAutoResize(RenderViewHost* render_view_host);
- // Requests RenderViewHost not to show the scrollbars till |max_size_| since
- // the panel can grow to |max_size_|.
- void RequestRenderViewHostToDisableScrollbars(
- RenderViewHost* render_view_host);
-
Browser* browser_; // Weak, owned by native panel.
bool initialized_;
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel.cc » ('j') | content/browser/renderer_host/render_view_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698