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

Side by Side Diff: chrome/common/mac/mock_launchd.h

Issue 10800052: More -Wunused-private-field cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_MAC_MOCK_LAUNCHD_H_ 5 #ifndef CHROME_COMMON_MAC_MOCK_LAUNCHD_H_
6 #define CHROME_COMMON_MAC_MOCK_LAUNCHD_H_ 6 #define CHROME_COMMON_MAC_MOCK_LAUNCHD_H_
7 7
8 #include <launch.h> 8 #include <launch.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 private: 62 private:
63 FilePath file_; 63 FilePath file_;
64 std::string pipe_name_; 64 std::string pipe_name_;
65 MessageLoop* message_loop_; 65 MessageLoop* message_loop_;
66 scoped_ptr<MultiProcessLock> running_lock_; 66 scoped_ptr<MultiProcessLock> running_lock_;
67 bool create_socket_; 67 bool create_socket_;
68 bool as_service_; 68 bool as_service_;
69 bool restart_called_; 69 bool restart_called_;
70 bool remove_called_; 70 bool remove_called_;
71 bool job_called_;
72 bool checkin_called_; 71 bool checkin_called_;
73 bool write_called_; 72 bool write_called_;
74 bool delete_called_; 73 bool delete_called_;
75 }; 74 };
76 75
77 #endif // CHROME_COMMON_MAC_MOCK_LAUNCHD_H_ 76 #endif // CHROME_COMMON_MAC_MOCK_LAUNCHD_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/common/mac/mock_launchd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698