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

Unified Diff: chrome/browser/process_singleton_linux_unittest.cc

Issue 67923002: Fixes for -Wunused-function on Linux, Android and ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for realz Created 7 years, 1 month 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_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.
« no previous file with comments | « chrome/browser/policy/policy_browsertest.cc ('k') | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698