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

Unified Diff: chrome/browser/process_singleton_aura.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces 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
Index: chrome/browser/process_singleton_aura.cc
diff --git a/chrome/browser/process_singleton_aura.cc b/chrome/browser/process_singleton_aura.cc
index 86aa5ecbba70afb8320306fa02fd429f8a66ccab..5de600bd81b3bd474c2522a585672614461dbc02 100644
--- a/chrome/browser/process_singleton_aura.cc
+++ b/chrome/browser/process_singleton_aura.cc
@@ -6,7 +6,11 @@
// Look for a Chrome instance that uses the same profile directory.
ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir)
- : window_(NULL), locked_(false), foreground_window_(NULL) {
+ :
+#if defined(OS_WIN)
+ window_(NULL),
+#endif
+ locked_(false), foreground_window_(NULL) {
}
ProcessSingleton::~ProcessSingleton() {

Powered by Google App Engine
This is Rietveld 408576698