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

Unified Diff: net/base/net_log.h

Issue 10546151: A pair of NetLog changes for ongoing refactoring: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | net/base/net_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log.h
===================================================================
--- net/base/net_log.h (revision 141814)
+++ net/base/net_log.h (working copy)
@@ -13,6 +13,7 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "base/string16.h"
mmenke 2012/06/13 19:42:13 I don't believe typedefs can be forward declared.
#include "net/base/net_export.h"
namespace base {
@@ -306,6 +307,10 @@
static ParametersCallback StringCallback(const char* name,
const std::string* value);
+ // Same as above, but takes in a UTF16 string.
+ static ParametersCallback StringCallback(const char* name,
+ const string16* value);
+
protected:
// Child classes should respond to the new entry here. This includes
// creating the Entry object and alerting their observers.
« no previous file with comments | « no previous file | net/base/net_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698