From ec05733941d5e225a0936036820e8d6bf1f1e531 Mon Sep 17 00:00:00 2001 From: "mgiuca@chromium.org" Date: Fri, 11 Jul 2014 03:49:11 +0000 Subject: Experimental app list: Custom launcher pages have app APIs and style. Added CustomLauncherPageContents, which is copied from AppWindowContents and modified to provide launcher pages instead. This correctly dispatches messages to the extensions system. The extension inside the launcher page is now "activated" which ensures that it is styled as a platform app and given the correct APIs by the extension dispatcher. BUG=391137 BUG=391202 Review URL: https://codereview.chromium.org/365013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282530 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/apps.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/apps.gypi') diff --git a/apps/apps.gypi b/apps/apps.gypi index f52151a..b5fd397 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -47,6 +47,8 @@ 'apps_client.h', 'browser_context_keyed_service_factories.cc', 'browser_context_keyed_service_factories.h', + 'custom_launcher_page_contents.cc', + 'custom_launcher_page_contents.h', 'launcher.cc', 'launcher.h', 'metrics_names.h', -- cgit v1.1