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

Unified Diff: chrome/browser/ui/autofill/popup_controller_common.h

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Coments Created 6 years, 5 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/autofill/popup_controller_common.h
diff --git a/chrome/browser/ui/autofill/popup_controller_common.h b/chrome/browser/ui/autofill/popup_controller_common.h
index da1ad40c352c4a9d05c681c23890f92b174a9722..8fe6c150e4689c44b97543d7257a7be0b5fbcc6b 100644
--- a/chrome/browser/ui/autofill/popup_controller_common.h
+++ b/chrome/browser/ui/autofill/popup_controller_common.h
@@ -42,7 +42,7 @@ class PopupControllerCommon {
// Returns the bounds that the popup should be placed at, given the desired
// width and height. By default this places the popup below |element_bounds|
// but it will be placed above if there isn't enough space.
- gfx::Rect GetPopupBounds(int desired_height, int desired_width) const;
+ gfx::Rect GetPopupBounds(int desired_width, int desired_height) const;
// Callback used to register with RenderViewHost. This can only be set once,
// or else a callback may be registered that will not be removed
« no previous file with comments | « chrome/browser/ui/autofill/password_generation_popup_view.cc ('k') | chrome/browser/ui/autofill/popup_controller_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698