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

Unified Diff: ipc/ipc_logging.h

Issue 7541054: ipc: remove an unused function prototype (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ok Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_logging.h
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h
index fd8c064301735998e51023cd1bc85d3260049e47..07f6c65dc76d8c6262b14e94f1f8762fc6d1da82 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698