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

Unified Diff: content/renderer/content_renderer_client.h

Issue 6873014: Clear RenderThread of any Chrome specific code, and move a bunch of stuff out of RenderView. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 | « content/content_renderer.gypi ('k') | content/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/content_renderer_client.h
===================================================================
--- content/renderer/content_renderer_client.h (revision 81801)
+++ content/renderer/content_renderer_client.h (working copy)
@@ -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 @@
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);
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698