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

Unified Diff: webkit/config.h.in

Issue 2202: Change navigator.vendor to return "Google Inc.". (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/config.h.in
===================================================================
--- webkit/config.h.in (revision 1856)
+++ webkit/config.h.in (working copy)
@@ -132,3 +132,11 @@
#undef ENABLE_FTPDIR
#define ENABLE_FTPDIR 0
//#endif
+
+#ifndef WEBCORE_NAVIGATOR_VENDOR
+#ifdef GOOGLE_CHROME_BUILD
+#define WEBCORE_NAVIGATOR_VENDOR "Google Inc."
+#else
+#define WEBCORE_NAVIGATOR_VENDOR ""
+#endif // ifdef GOOGLE_CHROME_BUILD
+#endif // ifndef WEBCORE_NAVIGATOR_VENDOR
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698