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

Unified Diff: content/browser/android/content_view_impl.h

Issue 10695124: Add support for triggering Android intents based on content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit fixes. Created 8 years, 5 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 | « no previous file | content/browser/android/content_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_impl.h
diff --git a/content/browser/android/content_view_impl.h b/content/browser/android/content_view_impl.h
index b431cee3c18ebb5200ce0ebec288bd6f61c34508..019354bf1e932022c8819601420010a4ccd0a7ea 100644
--- a/content/browser/android/content_view_impl.h
+++ b/content/browser/android/content_view_impl.h
@@ -79,6 +79,7 @@ class ContentViewImpl : public ContentView,
void OnAcceleratedCompositingStateChange(RenderWidgetHostViewAndroid* rwhva,
bool activated,
bool force);
+ virtual void StartContentIntent(const GURL& content_url) OVERRIDE;
// --------------------------------------------------------------------------
// Methods called from native code
@@ -108,8 +109,13 @@ class ContentViewImpl : public ContentView,
// Other private methods and data
// --------------------------------------------------------------------------
+ void InitJNI(JNIEnv* env, jobject obj);
+
void PostLoadUrl(const GURL& url);
+ struct JavaObject;
+ JavaObject* java_object_;
+
// Reference to the current WebContents used to determine how and what to
// display in the ContentView.
WebContents* web_contents_;
« no previous file with comments | « no previous file | content/browser/android/content_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698