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

Unified Diff: net/net.gyp

Issue 10831117: Remove ENABLE_PERSISTENT_SESSION_COOKIES (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 5 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
« no previous file with comments | « net/cookies/cookie_store_unittest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index ac4a8a5112fccb6ec4f79bc6b4bb59eb2bb6f060..fc277b86bd8ce5f6bde9489fec23760ea3cdc2a4 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1067,11 +1067,6 @@
},
],
[ 'OS == "android"', {
- 'defines': [
- # Android can shut down the app at any time, so the cookies must
- # be saved to permanent storage.
- 'ENABLE_PERSISTENT_SESSION_COOKIES'
- ],
'dependencies': [
'../third_party/openssl/openssl.gyp:openssl',
'net_jni_headers',
@@ -1479,10 +1474,6 @@
},
],
[ 'OS == "android"', {
- 'defines': [
- # Android can shut down our app at any time, so we persist session cookies.
- 'ENABLE_PERSISTENT_SESSION_COOKIES'
- ],
'dependencies': [
'../third_party/openssl/openssl.gyp:openssl',
],
« no previous file with comments | « net/cookies/cookie_store_unittest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698