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

Unified Diff: content/browser/content_browser_client.h

Issue 7741006: Get rid of all chrome includes from RenderWidgetHostViewWin. We'll want to move this to content s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
Index: content/browser/content_browser_client.h
===================================================================
--- content/browser/content_browser_client.h (revision 98152)
+++ content/browser/content_browser_client.h (working copy)
@@ -292,6 +292,11 @@
virtual int GetCrashSignalFD(const std::string& process_type) = 0;
#endif
+#if defined(OS_WIN)
+ // Returns the name of the dll that contains cursors and other resources.
+ virtual const wchar_t* GetResourceDllName() = 0;
+#endif
+
#if defined(USE_NSS)
// Return a delegate to authenticate and unlock |module|.
// This is called on a worker thread.
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/browser/mock_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698