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

Unified Diff: chrome/browser/ui/window_sizer/window_sizer.h

Issue 10911274: Adding new window management (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/window_sizer/window_sizer.h
diff --git a/chrome/browser/ui/window_sizer/window_sizer.h b/chrome/browser/ui/window_sizer/window_sizer.h
index e104e79ac1b0b8e52b5ef31472a8ea34bec90f24..154b122c4b528715ebdfbd1a1a75e4e8124b7954 100644
--- a/chrome/browser/ui/window_sizer/window_sizer.h
+++ b/chrome/browser/ui/window_sizer/window_sizer.h
@@ -148,11 +148,11 @@ class WindowSizer {
// will be called before DetermineWindowBounds. It will return true when the
// function was setting the bounds structure to the desired size. Otherwise
// another algorithm should get used to determine the correct bounds.
- bool GetBoundsIgnoringPreviousState(const gfx::Rect& specified_bounds,
- gfx::Rect* bounds) const;
+ bool GetBoundsOverride(const gfx::Rect& specified_bounds,
+ gfx::Rect* bounds) const;
#if defined(USE_ASH)
- bool GetBoundsIgnoringPreviousStateAsh(const gfx::Rect& specified_bounds,
- gfx::Rect* bounds) const;
+ bool GetBoundsOverrideAsh(const gfx::Rect& specified_bounds,
+ gfx::Rect* bounds) const;
#endif
// Providers for persistent storage and monitor metrics.
« no previous file with comments | « no previous file | chrome/browser/ui/window_sizer/window_sizer.cc » ('j') | chrome/browser/ui/window_sizer/window_sizer_ash.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698