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

Unified Diff: ui/display/manager/forwarding_display_delegate.h

Issue 2838613002: Allow ForwardingDelegate to have a null delegate (Closed)
Patch Set: comment Created 3 years, 8 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 | ui/display/manager/forwarding_display_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/forwarding_display_delegate.h
diff --git a/ui/display/manager/forwarding_display_delegate.h b/ui/display/manager/forwarding_display_delegate.h
index 4e548754d7c72e15d80c7f3aee1e8d0ea59a63ae..e2c265e1b0d86040b531917f679f3bd48a48dd89 100644
--- a/ui/display/manager/forwarding_display_delegate.h
+++ b/ui/display/manager/forwarding_display_delegate.h
@@ -74,6 +74,7 @@ class DISPLAY_MANAGER_EXPORT ForwardingDisplayDelegate
const GetDisplaysCallback& callback,
std::vector<std::unique_ptr<DisplaySnapshotMojo>> snapshots);
+ // NOTE: this may be null in tests.
mojom::NativeDisplayDelegatePtr delegate_;
mojo::Binding<mojom::NativeDisplayObserver> binding_;
« no previous file with comments | « no previous file | ui/display/manager/forwarding_display_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698