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

Unified Diff: net/base/net_log_logger.h

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « net/base/net_info_source_list.h ('k') | net/base/net_log_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_logger.h
diff --git a/net/base/net_log_logger.h b/net/base/net_log_logger.h
index 406841e4891219eb750c3426de5030be0997ecef..ede3ca443db32839305e97af91699de692930baf 100644
--- a/net/base/net_log_logger.h
+++ b/net/base/net_log_logger.h
@@ -12,6 +12,7 @@
#include "net/base/net_log.h"
namespace base {
+class DictionaryValue;
class FilePath;
class Value;
}
@@ -45,6 +46,9 @@ class NET_EXPORT NetLogLogger : public NetLog::ThreadSafeObserver {
// Create a dictionary containing legend for net/ constants. Caller takes
// ownership of returned value.
+ // TODO(mmenke): Get rid of this, and have embedders use GetNetConstants
+ // directly. Also maybe call that function by default, so only embedders
+ // that need more constants need to worry about it.
static base::DictionaryValue* GetConstants();
private:
« no previous file with comments | « net/base/net_info_source_list.h ('k') | net/base/net_log_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698