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

Unified Diff: components/web_contents_delegate_android/web_contents_delegate_android.h

Issue 14139013: Hide location bar on Javascript-initiated scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge after sync. Created 7 years, 8 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: components/web_contents_delegate_android/web_contents_delegate_android.h
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h
index dd26ba4e155ae7c783b30998b4c8219efbd58b5b..a49fd2a04b49c60afa2c3818e6feed749594c6cc 100644
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
@@ -93,6 +93,10 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
virtual bool IsFullscreenForTabOrPending(
const content::WebContents* web_contents) const OVERRIDE;
jam 2013/04/17 16:24:59 nit: here and above, do not add blank spaces betwe
Michael van Ouwerkerk 2013/04/18 18:11:38 Done.
+ virtual void DidProgrammaticallyScroll(
+ content::WebContents* web_contents,
+ const gfx::Point& scroll_point) OVERRIDE;
+
protected:
base::android::ScopedJavaLocalRef<jobject> GetJavaDelegate(JNIEnv* env) const;

Powered by Google App Engine
This is Rietveld 408576698