mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Remove console message alert and update google URLs
This commit is contained in:
@@ -16,7 +16,7 @@ namespace client {
|
||||
namespace {
|
||||
|
||||
// The default URL to load in a browser window.
|
||||
const char kDefaultUrl[] = "http://www.google.com";
|
||||
const char kDefaultUrl[] = "https://www.google.com";
|
||||
|
||||
// Returns the ARGB value for |color|.
|
||||
cef_color_t ParseColor(const std::string& color) {
|
||||
|
Reference in New Issue
Block a user