Index: chrome/browser/process_singleton.h |
=================================================================== |
--- chrome/browser/process_singleton.h (revision 104318) |
+++ chrome/browser/process_singleton.h (working copy) |
@@ -78,7 +78,7 @@ |
int timeout_seconds); |
#endif // defined(OS_LINUX) |
-#if defined(OS_WIN) |
+#if defined(OS_WIN) && !defined(USE_AURA) |
// Used in specific cases to let us know that there is an existing instance |
// of Chrome running with this profile. In general, you should not use this |
// function. Instead consider using NotifyOtherProcessOrCreate(). |