diff options
author | pliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 19:00:04 +0000 |
---|---|---|
committer | pliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-24 19:00:04 +0000 |
commit | 0f9236155e8b9474cb1fe19a7031a8ba34f677a3 (patch) | |
tree | b15cbc4e4afb86e052bbc8e2a3b2efb5b61f1bb0 /content | |
parent | 855623ed75cc0399d25e7c69fa3ecbee6833bcd3 (diff) | |
download | chromium_src-0f9236155e8b9474cb1fe19a7031a8ba34f677a3.zip chromium_src-0f9236155e8b9474cb1fe19a7031a8ba34f677a3.tar.gz chromium_src-0f9236155e8b9474cb1fe19a7031a8ba34f677a3.tar.bz2 |
Remove outdated TODO in content_view_core.h.
BUG=136713
Review URL: https://chromiumcodereview.appspot.com/10956044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158338 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/public/browser/android/content_view_core.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h index f49b2fb3..c88eb7a 100644 --- a/content/public/browser/android/content_view_core.h +++ b/content/public/browser/android/content_view_core.h @@ -20,15 +20,6 @@ class WebContents; // Native side of the ContentViewCore.java, which is the primary way of // communicating with the native Chromium code on Android. This is a // public interface used by native code outside of the content module. -// -// TODO(jrg): downstream, this class derives from -// base::SupportsWeakPtr<ContentViewCore>. Issues raised in -// http://codereview.chromium.org/10536066/ make us want to rethink -// ownership issues. -// FOR THE MERGE (downstream), re-add derivation from -// base::SupportsWeakPtr<ContentViewCore> to keep everything else working -// until this issue is resolved. -// http://b/6666045 class ContentViewCore { public: virtual void Destroy(JNIEnv* env, jobject obj) = 0; |