diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:08:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:08:38 +0000 |
commit | cbee936231bafb19a7be8a2eec44470b40ad326b (patch) | |
tree | 9fa16580973989bd88aa2512a4ec4d91c5047626 /content/browser/host_zoom_map.h | |
parent | 63d0b16f3b1a94ea57bbfa420b12fd0357337084 (diff) | |
download | chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.zip chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.gz chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.bz2 |
Removal of Profile from content part 7.
BUG=76788
TEST=no change visible
Review URL: http://codereview.chromium.org/7575010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/host_zoom_map.h')
-rw-r--r-- | content/browser/host_zoom_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/host_zoom_map.h b/content/browser/host_zoom_map.h index 6f6b06d..fd17c77 100644 --- a/content/browser/host_zoom_map.h +++ b/content/browser/host_zoom_map.h @@ -3,7 +3,7 @@ // found in the LICENSE file. // Maps hostnames to custom zoom levels. Written on the UI thread and read on -// any thread. One instance per profile. +// any thread. One instance per browser context. #ifndef CONTENT_BROWSER_HOST_ZOOM_MAP_H_ #define CONTENT_BROWSER_HOST_ZOOM_MAP_H_ |