summaryrefslogtreecommitdiffstats
path: root/net/base/net_log.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 17:47:49 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 17:47:49 +0000
commitfd9c0d9df665355c14d3c0df6f3c5b0b2059c129 (patch)
tree1d2c2cb1cd339587089ae0f913864ef163cf2778 /net/base/net_log.h
parent3773020c131d144f0e0e1d849227b34d7c4cf6e1 (diff)
downloadchromium_src-fd9c0d9df665355c14d3c0df6f3c5b0b2059c129.zip
chromium_src-fd9c0d9df665355c14d3c0df6f3c5b0b2059c129.tar.gz
chromium_src-fd9c0d9df665355c14d3c0df6f3c5b0b2059c129.tar.bz2
Add an initial implementation of net-internals inspector in javascript.
BUG=37421 Review URL: http://codereview.chromium.org/1088007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_log.h')
-rw-r--r--net/base/net_log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/net_log.h b/net/base/net_log.h
index 79c6585..ca83edd 100644
--- a/net/base/net_log.h
+++ b/net/base/net_log.h
@@ -118,6 +118,9 @@ class NetLog {
// Returns a C-String symbolic name for |event_type|.
static const char* EventTypeToString(EventType event_type);
+ // Returns a list of all the available EventTypes.
+ static std::vector<EventType> GetAllEventTypes();
+
private:
DISALLOW_COPY_AND_ASSIGN(NetLog);
};