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

Unified Diff: chrome/browser/process_singleton_aura.cc

Issue 8174005: Get Chrome to build & link with USE_AURA on Windows again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
===================================================================
--- chrome/browser/process_singleton_aura.cc (revision 104318)
+++ chrome/browser/process_singleton_aura.cc (working copy)
@@ -7,7 +7,7 @@
// Look for a Chrome instance that uses the same profile directory.
ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir)
:
-#if defined(OS_WIN)
+#if defined(OS_WIN) && !defined(USE_AURA)
window_(NULL),
#endif
locked_(false), foreground_window_(NULL) {
« no previous file with comments | « chrome/browser/process_singleton.h ('k') | chrome/browser/renderer_host/render_widget_host_view_views_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698