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

Unified Diff: content/shell/shell.h

Issue 10911189: Fix the warnings when build content/ with clang (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « content/renderer/android/content_detector.cc ('k') | content/shell/shell_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell.h
diff --git a/content/shell/shell.h b/content/shell/shell.h
index a8ded871052546e807f66bf06e37facb68af9cab..e8d504c661048269c05a634ee36295460ed56389 100644
--- a/content/shell/shell.h
+++ b/content/shell/shell.h
@@ -102,7 +102,8 @@ class Shell : public WebContentsDelegate,
const OpenURLParams& params) OVERRIDE;
virtual void LoadingStateChanged(WebContents* source) OVERRIDE;
#if defined(OS_ANDROID)
- virtual void LoadProgressChanged(double progress) OVERRIDE;
+ virtual void LoadProgressChanged(WebContents* source,
+ double progress) OVERRIDE;
virtual void AttachLayer(WebContents* web_contents,
WebKit::WebLayer* layer) OVERRIDE;
virtual void RemoveLayer(WebContents* web_contents,
« no previous file with comments | « content/renderer/android/content_detector.cc ('k') | content/shell/shell_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698