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

Unified Diff: chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc
diff --git a/chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc b/chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc
index 02e981c56f3eea4e92aa6e45831530c99f74b275..e977a9658983e36bcefdd9de4b32def31341c955 100644
--- a/chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc
+++ b/chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc
@@ -96,23 +96,23 @@ class ChromeJavaScriptDialogManager : public JavaScriptDialogManager {
const base::string16& message_text,
const base::string16& default_prompt_text,
const DialogClosedCallback& callback,
- bool* did_suppress_message) OVERRIDE;
+ bool* did_suppress_message) override;
virtual void RunBeforeUnloadDialog(
WebContents* web_contents,
const base::string16& message_text,
bool is_reload,
- const DialogClosedCallback& callback) OVERRIDE;
+ const DialogClosedCallback& callback) override;
virtual bool HandleJavaScriptDialog(
WebContents* web_contents,
bool accept,
- const base::string16* prompt_override) OVERRIDE;
+ const base::string16* prompt_override) override;
virtual void CancelActiveAndPendingDialogs(
- WebContents* web_contents) OVERRIDE;
+ WebContents* web_contents) override;
- virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
+ virtual void WebContentsDestroyed(WebContents* web_contents) override;
private:
friend struct DefaultSingletonTraits<ChromeJavaScriptDialogManager>;
« no previous file with comments | « chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h ('k') | chrome/browser/ui/apps/chrome_app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698