Skip to content

Commit

Permalink
Supermium's user agent will report it as version 127 to keep up with …
Browse files Browse the repository at this point in the history
…various requirements from web services and some extensions.
  • Loading branch information
win32ss committed Jul 10, 2024
1 parent f263687 commit 1567f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/version_info/version_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace version_info {

int GetMajorVersionNumberAsInt() {
DCHECK(GetVersion().IsValid());
return GetVersion().components()[0];
return 127;
}

std::string GetMajorVersionNumber() {
Expand Down

0 comments on commit 1567f07

Please sign in to comment.