summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 21:26:28 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 21:26:28 +0000
commit9b221756628153638da5db1e46ca5ab42e12e88f (patch)
tree908d7ba18dce8eaab48779f2a3371ea78a0f0d91 /webkit/tools/test_shell/test_shell_switches.cc
parentdb811c343705e846aba6fe47015de1eb5bacaf14 (diff)
downloadchromium_src-9b221756628153638da5db1e46ca5ab42e12e88f.zip
chromium_src-9b221756628153638da5db1e46ca5ab42e12e88f.tar.gz
chromium_src-9b221756628153638da5db1e46ca5ab42e12e88f.tar.bz2
Add API functions to control Quantify, as well as expose these
functions to javascript. Review URL: http://codereview.chromium.org/40255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index b271f18..6604769 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -71,5 +71,8 @@ extern const wchar_t kEnableVideo[] = L"enable-video";
// to happen even if in layout test mode.
extern const wchar_t kGDB[] = L"gdb";
+// Make functions of the Profiler class available in javascript
+extern const wchar_t kProfiler[] = L"profiler";
+
} // namespace test_shell