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

Unified Diff: webkit/api/public/WebKitClient.h

Issue 350003: Flesh out more of ChromiumBridge.cpp eliminating all but two methods on... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | webkit/api/src/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebKitClient.h
===================================================================
--- webkit/api/public/WebKitClient.h (revision 30581)
+++ webkit/api/public/WebKitClient.h (working copy)
@@ -127,7 +127,7 @@
virtual bool isLinkVisited(unsigned long long linkHash) = 0;
- // HTML5 DB ------------------------------------------------------------
+ // Database ------------------------------------------------------------
#ifdef WIN32
typedef HANDLE FileHandle;
@@ -149,6 +149,7 @@
// Returns the size of the given database file
virtual long long databaseGetFileSize(const WebString& fileName) = 0;
+
// Keygen --------------------------------------------------------------
// Handle the <keygen> tag for generating client certificates
@@ -159,6 +160,7 @@
const WebKit::WebString& challenge,
const WebKit::WebURL& url) = 0;
+
// Message Ports -------------------------------------------------------
// Creates a Message Port Channel. This can be called on any thread.
@@ -183,7 +185,10 @@
// Returns a new WebSocketStreamHandle instance.
virtual WebSocketStreamHandle* createSocketStreamHandle() = 0;
+ // Returns the User-Agent string that should be used for the given URL.
+ virtual WebString userAgent(const WebURL&) = 0;
+
// Plugins -------------------------------------------------------------
// If refresh is true, then cached information should not be used to
« no previous file with comments | « no previous file | webkit/api/src/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698