Commit 4fe40b82 authored by evan@chromium.org's avatar evan@chromium.org

ipc: remove an unused function prototype

Review URL: http://codereview.chromium.org/7541054

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95678 0039d316-1c4b-4281-b951-d872f2087c98
parent 9ad51037
...@@ -69,11 +69,6 @@ class Logging { ...@@ -69,11 +69,6 @@ class Logging {
void OnPostDispatchMessage(const Message& message, void OnPostDispatchMessage(const Message& message,
const std::string& channel_id); const std::string& channel_id);
// Returns the name of the logging enabled/disabled events so that the
// sandbox can add them to to the policy. If true, gets the name of the
// enabled event, if false, gets the name of the disabled event.
static std::wstring GetEventName(bool enabled);
// Like the *MsgLog functions declared for each message class, except this // Like the *MsgLog functions declared for each message class, except this
// calls the correct one based on the message type automatically. Defined in // calls the correct one based on the message type automatically. Defined in
// ipc_logging.cc. // ipc_logging.cc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment