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

Unified Diff: trunk/src/chrome/browser/process_singleton_win.cc

Issue 14828010: Revert 200576 "Move winaura specific methods and members from ch..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/chrome/browser/process_singleton_win.cc
===================================================================
--- trunk/src/chrome/browser/process_singleton_win.cc (revision 200655)
+++ trunk/src/chrome/browser/process_singleton_win.cc (working copy)
@@ -38,12 +38,6 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/win/hwnd_util.h"
-#if defined(USE_AURA)
-#include "chrome/browser/browser_process_platform_part_aurawin.h"
-#else
-#include "chrome/browser/browser_process_platform_part.h"
-#endif
-
namespace {
const char kLockfile[] = "lockfile";
@@ -412,7 +406,7 @@
if (result == PROCESS_NONE)
result = PROFILE_IN_USE;
} else {
- g_browser_process->platform_part()->PlatformSpecificCommandLineProcessing(
+ g_browser_process->PlatformSpecificCommandLineProcessing(
*CommandLine::ForCurrentProcess());
}
return result;
« no previous file with comments | « trunk/src/chrome/browser/metro_viewer/metro_viewer_process_host_win.cc ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698