| Index: webkit/glue/webkit_glue.h
|
| ===================================================================
|
| --- webkit/glue/webkit_glue.h (revision 6868)
|
| +++ webkit/glue/webkit_glue.h (working copy)
|
| @@ -273,6 +273,12 @@
|
| // instead of exiting cleanly.
|
| bool ShouldForcefullyTerminatePluginProcess();
|
|
|
| +// Returns the hash for the given canonicalized URL for use in visited link
|
| +// coloring.
|
| +uint64 VisitedLinkHash(const char* canonical_url, size_t length);
|
| +
|
| +bool IsLinkVisited(uint64 link_hash);
|
| +
|
| } // namespace webkit_glue
|
|
|
| #endif // WEBKIT_GLUE_WEBKIT_GLUE_H_
|
|
|