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

Unified Diff: content/content_browser.gypi

Issue 393133002: Migrate HostZoomMap to live in StoragePartition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to r288093. Created 6 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 fc2582e1531d5748e9dc2b92a79d32218aa65438..a867c409b980c074236fa375173fb3b83b2a0cdb 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -229,6 +229,7 @@
'public/browser/web_ui_message_handler.h',
'public/browser/worker_service.h',
'public/browser/worker_service_observer.h',
+ 'public/browser/zoom_level_prefs_delegate.h',
'public/browser/zygote_host_linux.h',
],
'private_browser_sources': [
@@ -701,6 +702,8 @@
'browser/histogram_subscriber.h',
'browser/histogram_synchronizer.cc',
'browser/histogram_synchronizer.h',
+ 'browser/host_zoom_level_context.cc',
+ 'browser/host_zoom_level_context.h',
'browser/host_zoom_map_impl.cc',
'browser/host_zoom_map_impl.h',
'browser/indexed_db/indexed_db.h',

Powered by Google App Engine
This is Rietveld 408576698