Index: chrome/browser/process_singleton_linux_unittest.cc |
diff --git a/chrome/browser/process_singleton_linux_unittest.cc b/chrome/browser/process_singleton_linux_unittest.cc |
index df20e0ed4e61e211569815dfa12649a4ef39dfc6..689a2dfaf1e0c0e07d07f8c6dc564c3fa191cccf 100644 |
--- a/chrome/browser/process_singleton_linux_unittest.cc |
+++ b/chrome/browser/process_singleton_linux_unittest.cc |
@@ -31,11 +31,6 @@ using content::BrowserThread; |
namespace { |
-bool NotificationCallback(const CommandLine& command_line, |
- const base::FilePath& current_directory) { |
- return true; |
-} |
- |
class ProcessSingletonLinuxTest : public testing::Test { |
public: |
// A ProcessSingleton exposing some protected methods for testing. |