Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1500)

Unified Diff: Source/core/page/NavigatorBase.h

Issue 22929011: Move productSub/vendor/vendorSub to Navigator class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/Navigator.idl ('k') | Source/core/page/NavigatorBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/NavigatorBase.h
diff --git a/Source/core/page/NavigatorBase.h b/Source/core/page/NavigatorBase.h
index 26922b3dda1b91c055f8fb0dd9d786e58292886b..cb6c81f085d31f0813d59fc42cb4f76a0b498fae 100644
--- a/Source/core/page/NavigatorBase.h
+++ b/Source/core/page/NavigatorBase.h
@@ -39,13 +39,6 @@ namespace WebCore {
String appCodeName() const;
String product() const;
- // FIXME: The following is not part of the specification and is only
- // exposed on Navigator. It should be moved to Navigator (or exposed
- // on WorkerNavigator as well).
- String productSub() const;
- String vendor() const;
- String vendorSub() const;
-
protected:
virtual ~NavigatorBase();
};
« no previous file with comments | « Source/core/page/Navigator.idl ('k') | Source/core/page/NavigatorBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698