From 27df2a08ef9fff7b78a3485bdc150d9241777170 Mon Sep 17 00:00:00 2001 From: "mgiuca@chromium.org" Date: Wed, 30 Jul 2014 14:34:36 +0000 Subject: Split out the non-app-window-specific parts of AppWindow::Delegate. Created a new class AppDelegate and moved most of the methods of AppWindow::Delegate there (those that are not specific to app windows). This will enable custom launcher pages to reuse the same delegate without being tied to AppWindow. BUG=391137 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/402333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286514 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/apps.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/apps.gypi') diff --git a/apps/apps.gypi b/apps/apps.gypi index b5fd397..0e65e29 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -23,6 +23,7 @@ '<(grit_out_dir)', ], 'sources': [ + 'app_delegate.h', 'app_lifetime_monitor.cc', 'app_lifetime_monitor.h', 'app_lifetime_monitor_factory.cc', -- cgit v1.1