Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 906911
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/chrome/common/initialize_extensions_client.cc
0
++ b/chrome/common/initialize_extensions_client.cc
Lines 18-24 Link Here
18
18
19
// This list should stay in sync with GetExpectedDelegatedFeaturesForTest().
19
// This list should stay in sync with GetExpectedDelegatedFeaturesForTest().
20
base::span<const char* const> GetControlledFrameFeatureList() {
20
base::span<const char* const> GetControlledFrameFeatureList() {
21
  constexpr const char* feature_list[] = {
21
  constexpr static char* feature_list[] = {
22
      "chromeWebViewInternal", "declarativeWebRequest",
22
      "chromeWebViewInternal", "declarativeWebRequest",
23
      "guestViewInternal",     "webRequest",
23
      "guestViewInternal",     "webRequest",
24
      "webViewInternal",       "webViewRequest",
24
      "webViewInternal",       "webViewRequest",

Return to bug 906911