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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm

Issue 2551773002: MacViews: Exploring removal of window-modal sheets.
Patch Set: Created 4 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
Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
index fb6095915eff3d51a2fbcbf823a0478bf2f19f3a..e4b9893d491061094c110ac8101bf4d72a324c52 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
@@ -83,6 +83,8 @@ class UserManagerModalHost : public web_modal::WebContentsModalDialogHost {
return gfx::Point(0, 0);
}
+ gfx::Point GetHostPosition() const override { return gfx::Point(); }
+
void AddObserver(web_modal::ModalDialogHostObserver* observer) override {}
void RemoveObserver(web_modal::ModalDialogHostObserver* observer) override {}

Powered by Google App Engine
This is Rietveld 408576698