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

Unified Diff: content/browser/storage_partition_impl_map.h

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/browser/storage_partition_impl_map.h
diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h
index c15fefc3d8cc5cf3411088a18cce69a59ac44a37..3b2b46b69995b19a872ea9c253d0a34a617e12f2 100644
--- a/content/browser/storage_partition_impl_map.h
+++ b/content/browser/storage_partition_impl_map.h
@@ -23,6 +23,7 @@ class SequencedTaskRunner;
namespace content {
class BrowserContext;
+class HostZoomMap;
awong 2014/08/11 22:36:33 Is this needed?
wjmaclean 2014/08/12 16:57:44 Ooops, no - cruft from revising. Removed.
// A std::string to StoragePartition map for use with SupportsUserData APIs.
class CONTENT_EXPORT StoragePartitionImplMap

Powered by Google App Engine
This is Rietveld 408576698