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

Unified Diff: chrome/browser/process_singleton.h

Issue 7945014: Applied review comments from oshima for CL 7850026. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 3 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 | « chrome/browser/idle_linux.cc ('k') | chrome/browser/screensaver_window_finder_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_singleton.h
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
index f511748681a22498dffba95647a275ac01439d28..86557d3846434d496f8f269102721ffd7d93dd84 100644
--- a/chrome/browser/process_singleton.h
+++ b/chrome/browser/process_singleton.h
@@ -128,7 +128,9 @@ class ProcessSingleton : public base::NonThreadSafe {
bool locked_;
gfx::NativeWindow foreground_window_;
-#if defined(OS_WIN)
+#if defined(USE_AURA)
+ // TODO(saintlou): The process_singleton_aura.cc is still a stub.
+#elif defined(OS_WIN)
// This ugly behemoth handles startup commands sent from another process.
LRESULT OnCopyData(HWND hwnd, const COPYDATASTRUCT* cds);
@@ -166,10 +168,8 @@ class ProcessSingleton : public base::NonThreadSafe {
// Helper class for linux specific messages. LinuxWatcher is ref counted
// because it posts messages between threads.
-#if !defined(USE_AURA)
class LinuxWatcher;
scoped_refptr<LinuxWatcher> watcher_;
-#endif
#elif defined(OS_MACOSX)
// Path in file system to the lock.
FilePath lock_path_;
« no previous file with comments | « chrome/browser/idle_linux.cc ('k') | chrome/browser/screensaver_window_finder_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698