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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 7796030: Clean the SingletonLock only if there is no previous Chromium process running. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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/chrome_browser_main.h
===================================================================
--- chrome/browser/chrome_browser_main.h (revision 100382)
+++ chrome/browser/chrome_browser_main.h (working copy)
@@ -11,6 +11,7 @@
#include "base/metrics/field_trial.h"
#include "base/tracked_objects.h"
#include "chrome/browser/first_run/first_run.h"
+#include "chrome/browser/process_singleton.h"
#include "content/browser/browser_main.h"
class BrowserProcessImpl;
@@ -18,7 +19,6 @@
class HistogramSynchronizer;
class MetricsService;
class PrefService;
-class ProcessSingleton;
class Profile;
class ShutdownWatcherHelper;
class TranslateManager;
@@ -113,6 +113,7 @@
TranslateManager* translate_manager_;
Profile* profile_;
bool run_message_loop_;
+ ProcessSingleton::NotifyResult notify_result_;
// Initialized in SetupMetricsAndFieldTrials.
scoped_refptr<FieldTrialSynchronizer> field_trial_synchronizer_;

Powered by Google App Engine
This is Rietveld 408576698