From 7c47ae3e1448b0ae65d7d75a7ed82d66334b11f8 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Wed, 18 Feb 2009 00:34:21 +0000 Subject: Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. Review URL: http://codereview.chromium.org/20437 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9923 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'chrome/common/temp_scaffolding_stubs.h') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 394e81d..aebbc8d 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -109,13 +109,14 @@ class X509Certificate; //--------------------------------------------------------------------------- // These stubs are for Browser_main() -// TODO(port): MessageWindow is very windows-specific, but provides the concept -// of singleton browser process per user-data-dir. Investigate how -// to achieve this on other platforms and see if this API works. -class MessageWindow { - public: - explicit MessageWindow(const FilePath& user_data_dir) { } - ~MessageWindow() { } +// TODO(port): the current ProcessSingleton implementation is very +// windows-specific, but provides the concept of a singleton browser +// process per user-data-dir. Investigate how achieve this on other +// platforms and see if this API works. +class ProcessSingleton { + public: + explicit ProcessSingleton(const FilePath& user_data_dir) { } + ~ProcessSingleton() { } bool NotifyOtherProcess() { NOTIMPLEMENTED(); return false; -- cgit v1.1