summaryrefslogtreecommitdiffstats
path: root/content/renderer/content_renderer_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/content_renderer_client.h')
-rw-r--r--content/renderer/content_renderer_client.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/renderer/content_renderer_client.h b/content/renderer/content_renderer_client.h
index 675fa3b..7bba2e8 100644
--- a/content/renderer/content_renderer_client.h
+++ b/content/renderer/content_renderer_client.h
@@ -11,6 +11,7 @@
#include "base/string16.h"
#include "content/common/content_client.h"
+class FilePath;
class GURL;
class RenderView;
class SkBitmap;
@@ -74,6 +75,13 @@ class ContentRendererClient {
const GURL& url,
GURL* new_url);
+ // Returns the file path where the media library files are.
+ virtual FilePath GetMediaLibraryPath();
+
+ // Whether to pump events when sending sync cookie messages. Needed if the
+ // embedder can potentiall put up a modal dialog on the UI thread as a result.
+ virtual bool ShouldPumpEventsDuringCookieMessage();
+
// See the corresponding functions in WebKit::WebFrameClient.
virtual void DidCreateScriptContext(WebKit::WebFrame* frame);
virtual void DidDestroyScriptContext(WebKit::WebFrame* frame);