From 1daab3653e56469868656b32fa87b7f9585ec577 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 5 Jul 2013 18:34:45 +0200 Subject: Get rid of the need to export content::GetContentClient() ContentBrowserClientQt is a singleton which makes it possible to access it from WebContentsViewQt and removes the need for patching chromium. This is similar to how ShellContentBrowserClient is managed in the content shell. Change-Id: I67f35520935388888c7230806ad543a58b3211c3 Reviewed-by: Simon Hausmann --- qtwebengine.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'qtwebengine.gypi') diff --git a/qtwebengine.gypi b/qtwebengine.gypi index a518d46fd..5d793b0ea 100644 --- a/qtwebengine.gypi +++ b/qtwebengine.gypi @@ -11,8 +11,6 @@ }], ], }, -# Needed to get access to content::GetContentClient() - 'defines': ['CONTENT_IMPLEMENTATION'], 'dependencies': [ '<(chromium_src_dir)/content/content.gyp:content', '<(chromium_src_dir)/content/content.gyp:content_app', -- cgit v1.2.3