Chromium Code Reviews| Index: Source/core/frame/NavigatorID.cpp |
| diff --git a/Source/core/frame/NavigatorID.cpp b/Source/core/frame/NavigatorID.cpp |
| index 8fd83bdad42fbbbfdf7c15ee78d1f54fd669cc52..34977b240d2d6891997d1a7003f9f3c0ee246fdc 100644 |
| --- a/Source/core/frame/NavigatorID.cpp |
| +++ b/Source/core/frame/NavigatorID.cpp |
| @@ -80,4 +80,10 @@ String NavigatorID::product() |
| return "Gecko"; |
| } |
| +bool NavigatorID::dartEnabled() |
| +{ |
| + // FIXMEDART: Make this configurable. |
| + return true; |
| +} |
| + |
| } // namespace blink |