mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 125.0.6422.0 (#1287751)
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "base/strings/string_piece.h"
|
||||
#include <string_view>
|
||||
|
||||
namespace extensions::api::cef {
|
||||
|
||||
@ -22,7 +21,7 @@ class ChromeGeneratedSchemas {
|
||||
static bool IsGenerated(std::string name);
|
||||
|
||||
// Gets the API schema named |name|.
|
||||
static base::StringPiece Get(const std::string& name);
|
||||
static std::string_view Get(const std::string& name);
|
||||
};
|
||||
|
||||
} // namespace extensions::api::cef
|
||||
|
Reference in New Issue
Block a user