Index: Source/core/page/NavigatorID.h |
diff --git a/Source/core/page/NavigatorID.h b/Source/core/page/NavigatorID.h |
index c235fe0e422afa2fdef603b8178855cc468b02df..9e31d3100eee499f3fb9a226ab2b8eb1589c7e5a 100644 |
--- a/Source/core/page/NavigatorID.h |
+++ b/Source/core/page/NavigatorID.h |
@@ -43,6 +43,8 @@ public: |
static String appVersion(const NavigatorBase*); |
static String userAgent(const NavigatorBase*); |
static String platform(const NavigatorBase*); |
+ static String appCodeName(const NavigatorBase*); |
+ static String product(const NavigatorBase*); |
}; |
} // namespace WebCore |