1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "mojo/common/user_agent.h"
10 std::string
GetUserAgent() {
11 // TODO(jam): change depending on OS
12 return "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like "
13 "Gecko) Chrome/42.0.2311.68 Safari/537.36";