summaryrefslogtreecommitdiffstats
path: root/webkit/support/platform_support_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support/platform_support_android.cc')
-rw-r--r--webkit/support/platform_support_android.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/support/platform_support_android.cc b/webkit/support/platform_support_android.cc
index b315958..1483780 100644
--- a/webkit/support/platform_support_android.cc
+++ b/webkit/support/platform_support_android.cc
@@ -15,10 +15,8 @@
namespace webkit_support {
-// TODO(tkent): Implement some of the followings for platform-dependent tasks
-// such as loading resource.
-
void BeforeInitialize(bool unit_test_mode) {
+ NOTIMPLEMENTED(); // TODO(zhenghao): Implement this function.
}
void AfterInitialize(bool unit_test_mode) {
@@ -36,6 +34,7 @@ void BeforeShutdown() {
}
void AfterShutdown() {
+ NOTIMPLEMENTED(); // TODO(zhenghao): Implement this function.
}
} // namespace webkit_support