#include "weblayer/shell/browser/shell.h"
namespace weblayer {
void Shell::PlatformInitialize(const gfx::Size& default_window_size) {}
void Shell::PlatformExit() {}
void Shell::PlatformCleanUp() {}
void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {}
void Shell::PlatformSetAddressBarURL(const GURL& url) {}
void Shell::PlatformSetLoadProgress(double progress) {}
void Shell::PlatformCreateWindow(int width, int height) {}
void Shell::PlatformSetContents() {}
void Shell::PlatformResizeSubViews() {}
void Shell::Close() {}
void Shell::PlatformSetTitle(const std::u16string& title) {}
}