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

Unified Diff: content/browser/renderer_host/ime_adapter_android.h

Issue 12191005: Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the current parsing that ha… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased view_messages.h and fixed the link issue on the linux bot Created 7 years, 10 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: content/browser/renderer_host/ime_adapter_android.h
diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h
index 13072a1e687ab51bf4fee862c58539f9c772b783..59321896dfe985297b22039a94573270d868d995 100644
--- a/content/browser/renderer_host/ime_adapter_android.h
+++ b/content/browser/renderer_host/ime_adapter_android.h
@@ -50,10 +50,6 @@ class ImeAdapterAndroid {
// Called from native -> java
void CancelComposition();
- // Native methods related to dialog like types
- void CancelDialog(JNIEnv*, jobject);
- void ReplaceDateTime(JNIEnv*, jobject, jstring text);
-
private:
RenderWidgetHostViewAndroid* rwhva_;
jobject java_ime_adapter_;

Powered by Google App Engine
This is Rietveld 408576698