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

Unified Diff: chrome/browser/notifications/balloon_host.cc

Issue 5629001: Merge 68083 - Fix notifications being too large on OSX.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src/
Patch Set: Created 10 years 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 | « chrome/browser/notifications/balloon.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/balloon_host.cc
===================================================================
--- chrome/browser/notifications/balloon_host.cc (revision 68110)
+++ chrome/browser/notifications/balloon_host.cc (working copy)
@@ -118,6 +118,8 @@
render_view_host->routing_id(), balloon_->min_scrollbar_size()));
render_view_host->WasResized();
#if !defined(OS_MACOSX)
+ // TODO(levin): Make all of the code that went in originally with this change
+ // to be cross-platform. See http://crbug.com/64720
render_view_host->EnablePreferredSizeChangedMode(
kPreferredSizeWidth | kPreferredSizeHeightThisIsSlow);
#endif
« no previous file with comments | « chrome/browser/notifications/balloon.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698