summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/nacl_host/nacl_browser_delegate_impl.h')
-rw-r--r--chrome/browser/nacl_host/nacl_browser_delegate_impl.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
index 1229b59..5907b3f 100644
--- a/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
+++ b/chrome/browser/nacl_host/nacl_browser_delegate_impl.h
@@ -21,28 +21,28 @@ class ProfileManager;
class NaClBrowserDelegateImpl : public NaClBrowserDelegate {
public:
explicit NaClBrowserDelegateImpl(ProfileManager* profile_manager);
- virtual ~NaClBrowserDelegateImpl();
-
- virtual void ShowMissingArchInfobar(int render_process_id,
- int render_view_id) override;
- virtual bool DialogsAreSuppressed() override;
- virtual bool GetCacheDirectory(base::FilePath* cache_dir) override;
- virtual bool GetPluginDirectory(base::FilePath* plugin_dir) override;
- virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) override;
- virtual bool GetUserDirectory(base::FilePath* user_dir) override;
- virtual std::string GetVersionString() const override;
- virtual ppapi::host::HostFactory* CreatePpapiHostFactory(
+ ~NaClBrowserDelegateImpl() override;
+
+ void ShowMissingArchInfobar(int render_process_id,
+ int render_view_id) override;
+ bool DialogsAreSuppressed() override;
+ bool GetCacheDirectory(base::FilePath* cache_dir) override;
+ bool GetPluginDirectory(base::FilePath* plugin_dir) override;
+ bool GetPnaclDirectory(base::FilePath* pnacl_dir) override;
+ bool GetUserDirectory(base::FilePath* user_dir) override;
+ std::string GetVersionString() const override;
+ ppapi::host::HostFactory* CreatePpapiHostFactory(
content::BrowserPpapiHost* ppapi_host) override;
- virtual bool MapUrlToLocalFilePath(const GURL& url,
- bool is_blocking,
- const base::FilePath& profile_directory,
- base::FilePath* file_path) override;
- virtual void SetDebugPatterns(std::string debug_patterns) override;
- virtual bool URLMatchesDebugPatterns(const GURL& manifest_url) override;
- virtual content::BrowserPpapiHost::OnKeepaliveCallback
- GetOnKeepaliveCallback() override;
- virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
- const GURL& manifest_url) override;
+ bool MapUrlToLocalFilePath(const GURL& url,
+ bool is_blocking,
+ const base::FilePath& profile_directory,
+ base::FilePath* file_path) override;
+ void SetDebugPatterns(std::string debug_patterns) override;
+ bool URLMatchesDebugPatterns(const GURL& manifest_url) override;
+ content::BrowserPpapiHost::OnKeepaliveCallback GetOnKeepaliveCallback()
+ override;
+ bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
+ const GURL& manifest_url) override;
private:
#if defined(ENABLE_EXTENSIONS)