Index: chrome/browser/ui/zoom/chrome_zoom_level_prefs.h |
diff --git a/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h b/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h |
index 8506eb7df690d00f5dd1234ba3acd8c18a59fb82..203c0ffce3789c4ebae32dfd08bf94e26e5e2b43 100644 |
--- a/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h |
+++ b/chrome/browser/ui/zoom/chrome_zoom_level_prefs.h |
@@ -53,7 +53,8 @@ class ChromeZoomLevelPrefs { |
const base::Closure& callback); |
void ExtractPerHostZoomLevels( |
- const base::DictionaryValue* host_zoom_dictionary); |
+ const base::DictionaryValue* host_zoom_dictionary, |
+ const char* dictionary_path); |
Bernhard Bauer
2014/10/21 14:13:13
An alternative would be to pass in a boolean that
wjmaclean
2014/10/21 14:21:49
I thought about using a bool, but then with the ge
Bernhard Bauer
2014/10/21 14:26:15
Yeah, I'm absolutely okay with using well-commente
|
private: |
// This is a callback function that receives notifications from HostZoomMap |