summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 02:09:33 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 02:09:33 +0000
commita3abd5576efc64d117141bde14f390fd7e6c6e33 (patch)
tree5f77cfdbafd3f3b310710009d767b956320e987c /chrome/browser/process_singleton.h
parentee1208717f1e931175c81f63a5a8ef6338091dee (diff)
downloadchromium_src-a3abd5576efc64d117141bde14f390fd7e6c6e33.zip
chromium_src-a3abd5576efc64d117141bde14f390fd7e6c6e33.tar.gz
chromium_src-a3abd5576efc64d117141bde14f390fd7e6c6e33.tar.bz2
first-run: Pull IsBrowserAlreadyRunning() out of upgrade_util_win.h.
This concept is not specific to upgrade path and thus shouldn't belong there. Move it to a new header file called browser_util_win.h as it's more appropriate. BUG=79203 TEST=None R=jhawkins@chromium.org Review URL: http://codereview.chromium.org/6861001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton.h')
-rw-r--r--chrome/browser/process_singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
index 5d6da98..cc0ca08 100644
--- a/chrome/browser/process_singleton.h
+++ b/chrome/browser/process_singleton.h
@@ -83,7 +83,7 @@ class ProcessSingleton : public base::NonThreadSafe {
// of Chrome running with this profile. In general, you should not use this
// function. Instead consider using NotifyOtherProcessOrCreate().
// For non profile-specific method, use
- // upgrade_util::IsBrowserAlreadyRunning().
+ // browser_util::IsBrowserAlreadyRunning().
bool FoundOtherProcessWindow() const {
return (NULL != remote_window_);
}