mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 80.0.3987.0 (#722274)
This commit is contained in:
committed by
Marshall Greenblatt
parent
ed39922f85
commit
71768ea6c3
@ -10,7 +10,7 @@
|
||||
|
||||
#include "include/cef_scheme.h"
|
||||
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/memory/ref_counted_memory.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace scheme {
|
||||
@ -31,8 +31,8 @@ class InternalHandlerDelegate {
|
||||
CefRefPtr<CefStreamReader> stream;
|
||||
int stream_size;
|
||||
|
||||
// Option 2: Provide a base::StringPiece for the resource contents.
|
||||
base::StringPiece string_piece;
|
||||
// Option 2: Provide a base::RefCountedMemory for the resource contents.
|
||||
scoped_refptr<base::RefCountedMemory> bytes;
|
||||
|
||||
// Option 3: Specify a resource id to load static content.
|
||||
int resource_id;
|
||||
|
Reference in New Issue
Block a user