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

Unified Diff: chrome/browser/process_singleton.h

Issue 10666010: Don't pass the connector check policy flag along. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/process_singleton.h
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
index 203a1625453822e826e3e77be7a62b453b5d38f8..c038d81f83d387b1b6284b29deff9c37fa7f3d6b 100644
--- a/chrome/browser/process_singleton.h
+++ b/chrome/browser/process_singleton.h
@@ -66,7 +66,7 @@ class ProcessSingleton : public base::NonThreadSafe {
NotificationCallback;
explicit ProcessSingleton(const FilePath& user_data_dir);
- ~ProcessSingleton();
+ virtual ~ProcessSingleton();
// Notify another process, if available.
// Returns true if another process was found and notified, false if we
@@ -82,7 +82,7 @@ class ProcessSingleton : public base::NonThreadSafe {
// singleton instance and stores the provided callback for notification from
// future processes. Returns PROCESS_NONE if we became the singleton
// instance.
- NotifyResult NotifyOtherProcessOrCreate(
+ virtual NotifyResult NotifyOtherProcessOrCreate(
const NotificationCallback& notification_callback);
#if defined(OS_LINUX) || defined(OS_OPENBSD)

Powered by Google App Engine
This is Rietveld 408576698