diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 13:50:22 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 13:50:22 +0000 |
commit | d8aebf7cc2dc28f5f6d4ca2ecd2db09570962b57 (patch) | |
tree | 1216ca60ba27f2aa0f2b5179de05e55c927417fc /chrome/browser/process_singleton.h | |
parent | 0abd4a7b470aa73b2af427210f01c2276b56bc8c (diff) | |
download | chromium_src-d8aebf7cc2dc28f5f6d4ca2ecd2db09570962b57.zip chromium_src-d8aebf7cc2dc28f5f6d4ca2ecd2db09570962b57.tar.gz chromium_src-d8aebf7cc2dc28f5f6d4ca2ecd2db09570962b57.tar.bz2 |
first-run: Refactor Upgrade class into a common upgrade_util API.
BUG=79203
TEST=None
R=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/6840003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton.h')
-rw-r--r-- | chrome/browser/process_singleton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h index cba8abd..5d6da98 100644 --- a/chrome/browser/process_singleton.h +++ b/chrome/browser/process_singleton.h @@ -82,7 +82,8 @@ class ProcessSingleton : public base::NonThreadSafe { // Used in specific cases to let us know that there is an existing instance // 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::IsBrowserAlreadyRunning(). + // For non profile-specific method, use + // upgrade_util::IsBrowserAlreadyRunning(). bool FoundOtherProcessWindow() const { return (NULL != remote_window_); } |