summaryrefslogtreecommitdiffstats
path: root/components/nacl/browser/nacl_browser_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/nacl/browser/nacl_browser_delegate.h')
-rw-r--r--components/nacl/browser/nacl_browser_delegate.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/nacl/browser/nacl_browser_delegate.h b/components/nacl/browser/nacl_browser_delegate.h
index 30bf467..2cdff83 100644
--- a/components/nacl/browser/nacl_browser_delegate.h
+++ b/components/nacl/browser/nacl_browser_delegate.h
@@ -28,9 +28,10 @@ class NaClBrowserDelegate {
public:
virtual ~NaClBrowserDelegate() {}
- // Show an infobar to the user.
- virtual void ShowNaClInfobar(int render_process_id, int render_view_id,
- int error_id) = 0;
+ // Show an infobar to the user to indicate the client architecture was not
+ // covered by the manifest.
+ virtual void ShowMissingArchInfobar(int render_process_id,
+ int render_view_id) = 0;
// Returns whether dialogs are allowed. This is used to decide if to add the
// command line switch kNoErrorDialogs.
virtual bool DialogsAreSuppressed() = 0;