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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. 2 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc.
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public 5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version. 7 * version 2 of the License, or (at your option) any later version.
8 * 8 *
9 * This library is distributed in the hope that it will be useful, 9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 typedef float CGFloat; 125 typedef float CGFloat;
126 #endif 126 #endif
127 #define CGFLOAT_DEFINED 1 127 #define CGFLOAT_DEFINED 1
128 #endif 128 #endif
129 #endif /* PLATFORM(CG) */ 129 #endif /* PLATFORM(CG) */
130 130
131 //#ifdef BUILDING_ON_TIGER 131 //#ifdef BUILDING_ON_TIGER
132 #undef ENABLE_FTPDIR 132 #undef ENABLE_FTPDIR
133 #define ENABLE_FTPDIR 0 133 #define ENABLE_FTPDIR 0
134 //#endif 134 //#endif
135
136 #ifndef WEBCORE_NAVIGATOR_VENDOR
137 #ifdef GOOGLE_CHROME_BUILD
138 #define WEBCORE_NAVIGATOR_VENDOR "Google Inc."
139 #else
140 #define WEBCORE_NAVIGATOR_VENDOR ""
141 #endif // ifdef GOOGLE_CHROME_BUILD
142 #endif // ifndef WEBCORE_NAVIGATOR_VENDOR
OLDNEW
« 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