summaryrefslogtreecommitdiffstats
path: root/athena
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 00:50:30 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-16 00:50:30 +0000
commitc7f170cc8ace7e715581cfd636f4a0fda0f67781 (patch)
tree6c96c4a90644c893c1396b536d762bb14dbbf2c5 /athena
parent1016074c41532c7516244956593def1ab27638bc (diff)
downloadchromium_src-c7f170cc8ace7e715581cfd636f4a0fda0f67781.zip
chromium_src-c7f170cc8ace7e715581cfd636f4a0fda0f67781.tar.gz
chromium_src-c7f170cc8ace7e715581cfd636f4a0fda0f67781.tar.bz2
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
Diffstat (limited to 'athena')
-rw-r--r--athena/main/athena_main.cc1
1 files changed, 1 insertions, 0 deletions
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);