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

Unified Diff: chrome/browser/notifications/balloon.h

Issue 9702068: Move extension pop-ups and notifications to the new auto-resize code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small update Created 8 years, 9 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/notifications/balloon.h
diff --git a/chrome/browser/notifications/balloon.h b/chrome/browser/notifications/balloon.h
index b1b89e7016171943aee5b234158d4ff0a9344fa2..d601723307cbc8060eaca18311f5010e33453302 100644
--- a/chrome/browser/notifications/balloon.h
+++ b/chrome/browser/notifications/balloon.h
@@ -77,7 +77,7 @@ class Balloon {
// Request a new content size for this balloon. This will get passed
// to the balloon collection for checking against available space and
// min/max restrictions.
- void SetContentPreferredSize(const gfx::Size& size);
+ void ResizeDueToAutoResize(const gfx::Size& size);
// Provides a view for this balloon. Ownership transfers
// to this object.

Powered by Google App Engine
This is Rietveld 408576698