Index: chrome/browser/process_singleton.h |
diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h |
index fe11a1905fd5369e5acab6a1d4992e58627cf44d..93aad991129b020eddf0f9cbc47be661c97bf5c1 100644 |
--- a/chrome/browser/process_singleton.h |
+++ b/chrome/browser/process_singleton.h |
@@ -54,6 +54,7 @@ class ProcessSingleton : public base::NonThreadSafe { |
PROCESS_NOTIFIED, |
PROFILE_IN_USE, |
LOCK_ERROR, |
+ PROCESS_HUNG, |
}; |
// Implement this callback to handle notifications from other processes. The |