diff options
Diffstat (limited to 'content/shell/shell_win.cc')
-rw-r--r-- | content/shell/shell_win.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/shell_win.cc b/content/shell/shell_win.cc index e274b66..6c74de7 100644 --- a/content/shell/shell_win.cc +++ b/content/shell/shell_win.cc @@ -95,6 +95,9 @@ void Shell::PlatformSetAddressBarURL(const GURL& url) { reinterpret_cast<LPARAM>(url_string.c_str())); } +void Shell::PlatformSetIsLoading(bool loading) { +} + void Shell::PlatformCreateWindow(int width, int height) { window_ = CreateWindow(kWindowClass, kWindowTitle, WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, |