fixup!^2 Support encrypt cookies. 26/317526/1 submit/tizen/20240911.160018
authorMichal Jurkiewicz <m.jurkiewicz@samsung.com>
Wed, 11 Sep 2024 08:23:12 +0000 (10:23 +0200)
committerMichal Jurkiewicz <m.jurkiewicz@samsung.com>
Wed, 11 Sep 2024 08:23:54 +0000 (10:23 +0200)
Fixup didn't fix buildbreak as `#elif` did not provide condition.
Fixing it as author originally intended - changed `#elif` to `#else`.

Change-Id: I7039db26d9359837f9f370678b44f9e5a3608b5e
Signed-off-by: Michal Jurkiewicz <m.jurkiewicz@samsung.com>
tizen_src/ewk/efl_integration/cookie_manager.cc

index 4ba821dc37f9a336173b2389dc226c701f5ccb95..37d208c7f041c4feac54fa8986608a614da301c0 100644 (file)
@@ -143,7 +143,7 @@ void CookieManager::SetStoragePath(const std::string& path,
       !base::CommandLine::ForCurrentProcess()->HasSwitch(
           switches::kDisableEncryptCookies);
   context_params->enable_encrypted_cookies = enable_encrypt_cookies;
-#elif
+#else
   context_params->enable_encrypted_cookies = false;
 #endif
   context_params->cookie_manager_params =