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

Unified Diff: chrome/browser/geolocation/geolocation_content_settings_map.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 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
« no previous file with comments | « chrome/browser/geolocation/access_token_store.cc ('k') | chrome/browser/history/top_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_content_settings_map.cc
diff --git a/chrome/browser/geolocation/geolocation_content_settings_map.cc b/chrome/browser/geolocation/geolocation_content_settings_map.cc
index 56204212603ed2af5b5b20b674eb8b83dd07ca17..78b0c6b319b032cc1590731bb004f57fa0f04e2d 100644
--- a/chrome/browser/geolocation/geolocation_content_settings_map.cc
+++ b/chrome/browser/geolocation/geolocation_content_settings_map.cc
@@ -150,7 +150,7 @@ void GeolocationContentSettingsMap::SetContentSetting(
}
DCHECK(requesting_origin_settings_dictionary);
requesting_origin_settings_dictionary->SetWithoutPathExpansion(
- embedding_origin.spec(), Value::CreateIntegerValue(setting));
+ embedding_origin.spec(), base::NumberValue::New(setting));
}
}
« no previous file with comments | « chrome/browser/geolocation/access_token_store.cc ('k') | chrome/browser/history/top_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698