fixup! Merge efl-port POC code into tizen_src
authory0.kim <y0.kim@samsung.com>
Thu, 7 Jan 2016 07:13:37 +0000 (16:13 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
Below log is emitted during the build, which clutters the build log:
> #pramga message "TODO: Add proper delegate class for ..."

Patch demotes it to plain code comment for clean build log.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=15496

Reviewed by: g.czajkowski, sns.park

Change-Id: Icdf3a4ea1b148dfdc133a79310738898afce6449
Signed-off-by: y0.kim <y0.kim@samsung.com>
tizen_src/chromium_impl/ui/base/clipboard/clipboard_helper_efl.cc

index 8eded7f..cd9e39a 100644 (file)
@@ -55,7 +55,9 @@ struct ClipData
   int bufferLength;
 
   ClipboardHelperEfl* clipboardHelper;
-#pragma message "TODO: Add proper delegate class for clipboard related functionality EWK needs."
+
+  // TODO: Add proper delegate class for clipboard related functionality
+  //       EWK needs.
   EWebView* webView;
 };