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

Unified Diff: content/content_browser.gypi

Issue 10837230: Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fixes. Created 8 years, 4 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 59027a06af151b92f886866dc047797375747780..2484d36e85ceac869f682107d7a751007ff144c4 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -150,6 +150,7 @@
'public/browser/speech_recognition_session_config.h',
'public/browser/speech_recognition_session_context.cc',
'public/browser/speech_recognition_session_context.h',
+ 'public/browser/storage_partition.h',
'public/browser/trace_controller.h',
'public/browser/trace_subscriber.h',
'public/browser/user_metrics.h',
@@ -739,12 +740,12 @@
'browser/ssl/ssl_policy_backend.h',
'browser/ssl/ssl_policy.cc',
'browser/ssl/ssl_policy.h',
- 'browser/storage_partition.cc',
- 'browser/storage_partition.h',
- 'browser/storage_partition_map.cc',
- 'browser/storage_partition_map.h',
'browser/ssl/ssl_request_info.cc',
'browser/ssl/ssl_request_info.h',
+ 'browser/storage_partition_impl.cc',
+ 'browser/storage_partition_impl.h',
+ 'browser/storage_partition_impl_map.cc',
+ 'browser/storage_partition_impl_map.h',
'browser/system_message_window_win.cc',
'browser/system_message_window_win.h',
'browser/tcmalloc_internals_request_job.cc',

Powered by Google App Engine
This is Rietveld 408576698