summaryrefslogtreecommitdiffstats
path: root/content/public/browser/content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/content_browser_client.h')
-rw-r--r--content/public/browser/content_browser_client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 579b9f8..3b050ff 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -274,6 +274,12 @@ class CONTENT_EXPORT ContentBrowserClient {
virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
int child_process_id) {}
+ // This is called on the process launching thread, when files that should be
+ // passed to the client have been opened. It allows command line switches to
+ // be added to tell the client where to find its files.
+ virtual void AppendMappedFileCommandLineSwitches(
+ base::CommandLine* command_line) {}
+
// Returns the locale used by the application.
// This is called on the UI and IO threads.
virtual std::string GetApplicationLocale();