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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_x11.cc

Issue 2004533002: mash: Fix mash in debug builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | ui/events/platform/x11/x11_event_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts_x11.cc
diff --git a/chrome/browser/chrome_browser_main_extra_parts_x11.cc b/chrome/browser/chrome_browser_main_extra_parts_x11.cc
index e15ee65da08258dafdb6c932e24ab1954b43d23a..76e8fb9fc4900d814705b855885ce873a6a9d2c8 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_x11.cc
+++ b/chrome/browser/chrome_browser_main_extra_parts_x11.cc
@@ -101,7 +101,7 @@ void ChromeBrowserMainExtraPartsX11::PostMainMessageLoopStart() {
#if !defined(OS_CHROMEOS)
// It is possible for X11EventSource to not have been created (e.g. when
// running as a mus client).
- if (ui::X11EventSource::GetInstance()) {
+ if (ui::X11EventSource::HasInstance()) {
// Get a timestamp from the X server. This makes our requests to the server
// less likely to be thrown away by the window manager. Put the timestamp
// in a command line flag so we can forward it to an existing browser
« no previous file with comments | « no previous file | ui/events/platform/x11/x11_event_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698