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

Unified Diff: content/public/browser/host_zoom_map.h

Issue 224733018: Changes to content/ to facilitate new zoom extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Comments. Created 6 years, 8 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/public/browser/host_zoom_map.h
diff --git a/content/public/browser/host_zoom_map.h b/content/public/browser/host_zoom_map.h
index 930769721106ec55a76d22f33a5682f68a1cdb3c..6c7d0cf65e1b70975912e0cbec4c1201c7c6f827 100644
--- a/content/public/browser/host_zoom_map.h
+++ b/content/public/browser/host_zoom_map.h
@@ -79,7 +79,8 @@ class HostZoomMap {
// Zoom levels specified for both scheme and host are not affected.
//
// This should only be called on the UI thread.
- virtual void SetZoomLevelForHost(const std::string& host, double level) = 0;
+ virtual void SetZoomLevelForHost(const std::string& host,
+ double level) = 0;
Fady Samuel 2014/04/10 14:27:25 This looks like an unnecessary change.
paulmeyer 2014/04/10 15:11:49 Done.
// Here |host| is the host portion of URL, or (in the absence of a host)
// the complete spec of the URL.

Powered by Google App Engine
This is Rietveld 408576698