| Index: webkit/tools/test_shell/test_shell.cc
|
| diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
|
| index 4d8c9b03edfc83789af3fda27f1acf9352cf16ea..df93c37faa0850c54ddef9a38cb1d0c2e3376b80 100644
|
| --- a/webkit/tools/test_shell/test_shell.cc
|
| +++ b/webkit/tools/test_shell/test_shell.cc
|
| @@ -146,6 +146,7 @@ TestShell::TestShell()
|
| filter->AddHostnameHandler("test-shell-resource", "inspector",
|
| &URLRequestTestShellFileJob::InspectorFactory);
|
| url_util::AddStandardScheme("test-shell-resource");
|
| + webkit_glue::SetUserAgent("TestShell", false);
|
| }
|
|
|
| TestShell::~TestShell() {
|
| @@ -635,10 +636,6 @@ bool IsProtocolSupportedForMedia(const GURL& url) {
|
| return false;
|
| }
|
|
|
| -std::string BuildUserAgent(bool mimic_windows) {
|
| - return webkit_glue::BuildUserAgentHelper(mimic_windows, "Chrome/0.0.0.0");
|
| -}
|
| -
|
| #if defined(OS_LINUX)
|
| int MatchFontWithFallback(const std::string& face, bool bold,
|
| bool italic, int charset) {
|
|
|