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

Unified Diff: chrome/browser/process_singleton.h

Issue 11419258: Remove ProcessSingleton::FoundOtherProcessWindow() as it is no longer required. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r170805 Created 8 years 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_singleton.h
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
index 961a51f7ecf66df0b8b7bb1c0fb4c0ad928fbb7d..cdf3a61f2e25b12f6d35e99d1fb765a1d74625ea 100644
--- a/chrome/browser/process_singleton.h
+++ b/chrome/browser/process_singleton.h
@@ -83,17 +83,6 @@ class ProcessSingleton : public base::NonThreadSafe {
// process should call this directly.
bool Create(const NotificationCallback& notification_callback);
-#if defined(OS_WIN)
- // 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
- // browser_util::IsBrowserAlreadyRunning().
- bool FoundOtherProcessWindow() const {
- return (NULL != remote_window_);
- }
-#endif // defined(OS_WIN)
-
// Clear any lock state during shutdown.
void Cleanup();
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698