From c530c85aa67a10aac9a77d10970951633ff686d9 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 24 Oct 2011 18:18:34 +0000 Subject: Convert URLFetcher::Delegates to use an interface in content/public/common. Also remove the old URLFetcher delegate callback while I'm touching all of them.BUG=98716,83592 Review URL: http://codereview.chromium.org/8373021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106949 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 34cf4de..8bcc58d 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -72,6 +72,7 @@ 'common/chrome_content_client.h', 'common/chrome_notification_types.h', 'common/chrome_plugin_messages.h', + 'common/chrome_result_codes.h', 'common/chrome_utility_messages.h', 'common/chrome_version_info.cc', 'common/chrome_version_info_linux.cc', -- cgit v1.1