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

Unified Diff: tools/android/common/net.h

Issue 9415018: Revert 122320 - fake_dns tool for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « tools/android/common/adb_connection.cc ('k') | tools/android/common/net.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/common/net.h
===================================================================
--- tools/android/common/net.h (revision 122347)
+++ tools/android/common/net.h (working copy)
@@ -6,8 +6,6 @@
#define TOOLS_ANDROID_COMMON_NET_H_
#pragma once
-#include <string>
-
namespace tools {
// DisableNagle can improve TCP transmission performance. Both Chrome net stack
@@ -17,9 +15,6 @@
// Wake up listener only when data arrive.
int DeferAccept(int socket);
-// Dumps a binary buffer into a string in a human-readable format.
-std::string DumpBinary(const char* buffer, size_t length);
-
} // namespace tools
#endif // TOOLS_ANDROID_COMMON_NET_H_
« no previous file with comments | « tools/android/common/adb_connection.cc ('k') | tools/android/common/net.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698