Missing CONTENT_EXPORT for content::StoragePartitionCodeCacheDataRemover and content::StoragePartitionHttpCacheDataRemover
Reported by
halton....@gmail.com,
Jan 9
|
|
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 Steps to reproduce the problem: In my fork of Chromium, I use content:: StoragePartitionCodeCacheDataRemover in the code under chrome/browser, and build the non_component(is_component_build=true) and component(is_component_build=false) build What is the expected behavior? Both component and non_component build are fine. What went wrong? The non_component build complain missing symbols of content::StoragePartitionCodeCacheDataRemover. Did this work before? N/A Chrome version: 71.0.3578.98 Channel: canary OS Version: 10.0 Flash Version: Check the classes under content/browser/browsering_data(https://cs.chromium.org/chromium/src/content/browser/browsing_data/), I found content::StoragePartitionCodeCacheDataRemover and content::StoragePartitionHttpCacheDataRemover are not with CONTENT_EXPORT. |
|
►
Sign in to add a comment |
|
Comment 1 by susan.boorgula@chromium.org
, Jan 9Labels: Triaged-ET TE-NeedsTriageHelp Needs-Triage-M71