summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 23:02:16 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-05 23:02:16 +0000
commit4fe40b821fa4dce9fff577f01f976220aaa5ad3e (patch)
tree9c70ac4e1c0cff9b66d951f9bc58022ed21cf800
parent9ad510372f540cfdb07c090b737053d6c32f4d57 (diff)
downloadchromium_src-4fe40b821fa4dce9fff577f01f976220aaa5ad3e.zip
chromium_src-4fe40b821fa4dce9fff577f01f976220aaa5ad3e.tar.gz
chromium_src-4fe40b821fa4dce9fff577f01f976220aaa5ad3e.tar.bz2
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
-rw-r--r--ipc/ipc_logging.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h
index fd8c064..07f6c65 100644
--- a/ipc/ipc_logging.h
+++ b/ipc/ipc_logging.h
@@ -69,11 +69,6 @@ class Logging {
void OnPostDispatchMessage(const Message& message,
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
// calls the correct one based on the message type automatically. Defined in
// ipc_logging.cc.