Skip to content

Commit

Permalink
chore: use chromes auto generated definition of CHROME_VERSION_STRING (
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 2, 2018
1 parent 932ffdc commit 7f73240
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion atom/app/atom_content_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
#include <vector>

#include "atom/common/atom_version.h"
#include "atom/common/chrome_version.h"
#include "atom/common/options_switches.h"
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/common/chrome_version.h"
#include "content/public/common/content_constants.h"
#include "content/public/common/pepper_plugin_info.h"
#include "content/public/common/user_agent.h"
Expand Down
2 changes: 1 addition & 1 deletion atom/browser/atom_browser_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "atom/browser/zoom_level_delegate.h"
#include "atom/common/application_info.h"
#include "atom/common/atom_version.h"
#include "atom/common/chrome_version.h"
#include "atom/common/options_switches.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
Expand All @@ -31,6 +30,7 @@
#include "base/threading/sequenced_task_runner_handle.h"
#include "base/threading/thread_restrictions.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_version.h"
#include "chrome/common/pref_names.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "components/prefs/json_pref_store.h"
Expand Down
2 changes: 1 addition & 1 deletion atom/common/api/atom_bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "atom/common/api/locker.h"
#include "atom/common/application_info.h"
#include "atom/common/atom_version.h"
#include "atom/common/chrome_version.h"
#include "atom/common/heap_snapshot.h"
#include "atom/common/native_mate_converters/file_path_converter.h"
#include "atom/common/native_mate_converters/string16_converter.h"
Expand All @@ -21,6 +20,7 @@
#include "base/process/process_metrics_iocounters.h"
#include "base/sys_info.h"
#include "base/threading/thread_restrictions.h"
#include "chrome/common/chrome_version.h"
#include "native_mate/dictionary.h"

namespace atom {
Expand Down
14 changes: 0 additions & 14 deletions atom/common/chrome_version.h

This file was deleted.

14 changes: 0 additions & 14 deletions script/chrome_version.h.in

This file was deleted.

0 comments on commit 7f73240

Please sign in to comment.