~osomon/oxide/fix-crash-popup-menu

« back to all changes in this revision

Viewing changes to shared/browser/oxide_javascript_dialog_manager.h

  • Committer: Chris Coulson
  • Date: 2015-04-24 00:27:16 UTC
  • mfrom: (640.1.248 canary)
  • Revision ID: chris.coulson@canonical.com-20150424002716-rz2vs6ts1vgi6uvr
Bump Chromium rev to 44.0.2376.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                              bool accept,
63
63
                              const base::string16* prompt_override) override;
64
64
  void CancelActiveAndPendingDialogs(content::WebContents* web_contents) override;
65
 
  void WebContentsDestroyed(content::WebContents* web_contents) override;
 
65
  void ResetDialogState(content::WebContents* web_contents) override;
66
66
 
67
67
  // Note: chrome implements application-modal dialogs (only one dialog active
68
68
  // for all windows and tabs at any given time), whereas we do tab-modal