Index: chrome/browser/android/shortcut_helper.h |
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h |
index 93e1c9d589a86307befc9bbc041867eb15ffadae..b85d52a77aca53d867554e67f6d996dc41c8e7b6 100644 |
--- a/chrome/browser/android/shortcut_helper.h |
+++ b/chrome/browser/android/shortcut_helper.h |
@@ -11,8 +11,8 @@ |
#include "third_party/skia/include/core/SkBitmap.h" |
// ShortcutHelper is the C++ counterpart of org.chromium.chrome.browser's |
-// ShortcutHelper in Java. The object is owned by the Java object. It is created |
-// from there via a JNI (Initialize) call and MUST BE DESTROYED via Destroy(). |
+// ShortcutHelper in Java. There are no instances of this class so there is |
gone
2015/08/26 18:43:43
nit: Don't bother talking about ownership if it do
Lalit Maganti
2015/08/26 19:40:26
Removed.
|
+// no ownership to consider. |
class ShortcutHelper { |
public: |
// Registers JNI hooks. |