Index: webkit/glue/webkit_glue.h |
=================================================================== |
--- webkit/glue/webkit_glue.h (revision 8714) |
+++ webkit/glue/webkit_glue.h (working copy) |
@@ -107,7 +107,7 @@ |
// Returns the user agent, which is usually the default user agent but may be |
// overriden by a call to SetUserAgent() (which should be done at startup). |
wtc
2009/01/27 19:19:24
Nit: the comment should be updated to mention the
|
-const std::string& GetUserAgent(); |
+const std::string& GetUserAgent(const GURL& url); |
// Creates serialized state for the specified URL. This is a variant of |
// HistoryItemToString (in glue_serialize) that is used during session restore |