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

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate.h

Issue 2075953003: mash: Convert WebNotificationTray to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@statusarea
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « no previous file | ash/system/web_notification/ash_popup_alignment_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/ash_popup_alignment_delegate.h
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.h b/ash/system/web_notification/ash_popup_alignment_delegate.h
index 11eab271195af1592a845561ee08d807873727a5..7d1f2f49c7e6595d30efc1c741c2fd1134587ee6 100644
--- a/ash/system/web_notification/ash_popup_alignment_delegate.h
+++ b/ash/system/web_notification/ash_popup_alignment_delegate.h
@@ -55,6 +55,9 @@ class ASH_EXPORT AshPopupAlignmentDelegate
bool IsTopDown() const override;
bool IsFromLeft() const override;
void RecomputeAlignment(const display::Display& display) override;
+ void ConfigureWidgetInitParamsForContainer(
+ views::Widget* widget,
+ views::Widget::InitParams* init_params) override;
private:
friend class AshPopupAlignmentDelegateTest;
« no previous file with comments | « no previous file | ash/system/web_notification/ash_popup_alignment_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698