| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index afdceda05923b065272827e831545b07493813ea..f8095d9907525f6091c1b9e2ec4bafb1bfb96dea 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -242,6 +242,9 @@ void CloseCurrentConnections();
|
| // Enable or disable the disk cache. Used for debugging.
|
| void SetCacheMode(bool enabled);
|
|
|
| +// Returns the product version. E.g., Chrome/4.1.333.0
|
| +std::string GetProductVersion();
|
| +
|
| // ---- END FUNCTIONS IMPLEMENTED BY EMBEDDER ---------------------------------
|
|
|
|
|
|
|