From c7f170cc8ace7e715581cfd636f4a0fda0f67781 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Fri, 16 May 2014 00:50:30 +0000 Subject: Add ShellBrowserMainDelegate::Shutdown() BUG=362288 Review URL: https://codereview.chromium.org/291503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270880 0039d316-1c4b-4281-b951-d872f2087c98 --- athena/main/athena_main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'athena') diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc index f9cccbe..3a334d7 100644 --- a/athena/main/athena_main.cc +++ b/athena/main/athena_main.cc @@ -13,6 +13,7 @@ class AthenaBrowserMainDelegate : public apps::ShellBrowserMainDelegate { // apps::ShellBrowserMainDelegate: virtual void Start(content::BrowserContext* context) OVERRIDE {} + virtual void Shutdown() OVERRIDE {} private: DISALLOW_COPY_AND_ASSIGN(AthenaBrowserMainDelegate); -- cgit v1.1