mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 99.0.4844.0 (#961656)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
diff --git base/command_line.cc base/command_line.cc
|
||||
index 23e663d81584f..46972a8c42f03 100644
|
||||
index 8f26e95cc6c57..141eea233470a 100644
|
||||
--- base/command_line.cc
|
||||
+++ base/command_line.cc
|
||||
@@ -338,11 +338,10 @@ void CommandLine::AppendSwitchPath(StringPiece switch_string,
|
||||
@@ -337,11 +337,10 @@ void CommandLine::AppendSwitchPath(StringPiece switch_string,
|
||||
|
||||
void CommandLine::AppendSwitchNative(StringPiece switch_string,
|
||||
CommandLine::StringPieceType value) {
|
||||
-#if defined(OS_WIN)
|
||||
-#if BUILDFLAG(IS_WIN)
|
||||
const std::string switch_key = ToLowerASCII(switch_string);
|
||||
+#if defined(OS_WIN)
|
||||
+#if BUILDFLAG(IS_WIN)
|
||||
StringType combined_switch_string(UTF8ToWide(switch_key));
|
||||
#elif defined(OS_POSIX) || defined(OS_FUCHSIA)
|
||||
#elif BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA)
|
||||
- StringPiece switch_key = switch_string;
|
||||
StringType combined_switch_string(switch_key);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user