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

Unified Diff: components/exo/wm_helper.cc

Issue 2826423003: Expand Chrome OS ARC support to create one tree source per package (Closed)
Patch Set: Changes to wm_helper.cc or test fix. Created 3 years, 7 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 | « components/arc/common/accessibility_helper.mojom ('k') | ui/accessibility/ax_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper.cc
diff --git a/components/exo/wm_helper.cc b/components/exo/wm_helper.cc
index 7f0cfcffe7264f5d77f685f28bacf65df824f359..15a5d597069b09a6858a64c702bc753113d212b1 100644
--- a/components/exo/wm_helper.cc
+++ b/components/exo/wm_helper.cc
@@ -26,7 +26,6 @@ void WMHelper::SetInstance(WMHelper* helper) {
// static
WMHelper* WMHelper::GetInstance() {
- DCHECK(g_instance);
reveman 2017/05/11 13:01:35 Should we be calling WMHelper::SetInstance in the
David Tseng 2017/05/11 17:20:47 Thanks, that's a better way to do it.
return g_instance;
}
« no previous file with comments | « components/arc/common/accessibility_helper.mojom ('k') | ui/accessibility/ax_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698