Omnibox - Control HQP's HUP-Like Scoring Mode via Field Trial
[chromium-blink-merge.git] / mojo / common / user_agent.cc
blob4474e6587726bfceba1109a83edb86eaaa8c1cf6
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"
7 namespace mojo {
8 namespace common {
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";
16 } // namespace common
17 } // namespace mojo