Show chromium's version in user agent, fixes #428.
This commit is contained in:
parent
32c881bde9
commit
79c3377cd7
4 changed files with 49 additions and 2 deletions
14
atom/common/chrome_version.h
Normal file
14
atom/common/chrome_version.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// This file is generated by script/bootstrap.py, you should never modify it
|
||||
// by hand.
|
||||
|
||||
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
||||
#define ATOM_COMMON_CHROME_VERSION_H_
|
||||
|
||||
#define CHROME_VERSION_STRING "31.0.1650.57"
|
||||
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
||||
|
||||
#endif // ATOM_COMMON_CHROME_VERSION_H_
|
Loading…
Add table
Add a link
Reference in a new issue