Add enable*Features functions in preparation for using them in content.

I've manually verified that these are the exact set of flags that
RenderThreadImpl::InitializeWebKit() sets.  Once this lands and
rolls into chromium, I will change RenderThreadImpl to use these
functions and then we can autogenerate this list from
RuntimeEnabledFeatures.in instead of having it hard-coded.

Note that these lists do not take ports into account, that's
currently still a content-layer concern.  Eventually perhaps
we should make RuntimeEnabledFeatures aware of how "stable"
on android may be different from "stable" on other platforms
but for now I've left that in content.

BUG=237740
R=dpranke@chromium.org

Review URL: https://codereview.chromium.org/14950002

git-svn-id: svn://svn.chromium.org/blink/trunk@149671 bbb929c8-8fbe-4397-9dbb-9b2b20218538
2 files changed