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

Unified Diff: content/shell/shell_android.cc

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/shell/shell.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_android.cc
diff --git a/content/shell/shell_android.cc b/content/shell/shell_android.cc
index 859184ba946c593e23d8e66ec8fe7feaee4f3311..393d9a12b0b6c01dbef641294baf6cacf9297d06 100644
--- a/content/shell/shell_android.cc
+++ b/content/shell/shell_android.cc
@@ -60,7 +60,7 @@ void Shell::PlatformSetTitle(const string16& title) {
NOTIMPLEMENTED();
}
-void Shell::LoadProgressChanged(double progress) {
+void Shell::LoadProgressChanged(WebContents* source, double progress) {
JNIEnv* env = AttachCurrentThread();
Java_Shell_onLoadProgressChanged(env, java_object_.obj(), progress);
}
« no previous file with comments | « content/shell/shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698