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

Unified Diff: content/shell/browser/shell.h

Issue 893333004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting Created 5 years, 10 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: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index bb8db4ff4677e28067428b49d4f0542f1dc878cf..3bd2f451186a51ab1b55b7c230e8a9551c706551 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -121,8 +121,7 @@ class Shell : public WebContentsDelegate,
void LoadingStateChanged(WebContents* source,
bool to_different_document) override;
#if defined(OS_ANDROID)
- virtual void LoadProgressChanged(WebContents* source,
- double progress) override;
+ void LoadProgressChanged(WebContents* source, double progress) override;
#endif
void EnterFullscreenModeForTab(WebContents* web_contents,
const GURL& origin) override;
« no previous file with comments | « content/shell/app/shell_crash_reporter_client.h ('k') | content/shell/browser/shell_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698