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

Unified Diff: ipc/ipc_channel_nacl.cc

Issue 10982031: Fix build warnings in NaCl IPC proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « ipc/ipc_channel.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_nacl.cc
===================================================================
--- ipc/ipc_channel_nacl.cc (revision 158695)
+++ ipc/ipc_channel_nacl.cc (working copy)
@@ -383,15 +383,4 @@
return channel_impl_->Send(message);
}
-// static
-std::string Channel::GenerateVerifiedChannelID(const std::string& prefix) {
- // A random name is sufficient validation on posix systems, so we don't need
- // an additional shared secret.
- std::string id = prefix;
- if (!id.empty())
- id.append(".");
-
- return id.append(GenerateUniqueRandomChannelID());
-}
-
} // namespace IPC
« no previous file with comments | « ipc/ipc_channel.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698