| Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| index 0279ba319f41e42d3468a5386cf1004275d4c037..cfe7fc13275792e935ce0f0072f13f305209d4ab 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
|
| @@ -255,10 +255,7 @@ void LayoutTheme::AdjustStyle(ComputedStyle& style, Element* e) {
|
| }
|
|
|
| String LayoutTheme::ExtraDefaultStyleSheet() {
|
| - StringBuilder runtime_css;
|
| - if (RuntimeEnabledFeatures::contextMenuEnabled())
|
| - runtime_css.Append("menu[type=\"context\" i] { display: none; }");
|
| - return runtime_css.ToString();
|
| + return g_empty_string;
|
| }
|
|
|
| static String FormatChromiumMediaControlsTime(float time,
|
|
|