diff options
Diffstat (limited to 'content/browser/browser_plugin/browser_plugin_guest_manager.cc')
-rw-r--r-- | content/browser/browser_plugin/browser_plugin_guest_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_plugin/browser_plugin_guest_manager.cc b/content/browser/browser_plugin/browser_plugin_guest_manager.cc index 8e44c7f0..d36dc13 100644 --- a/content/browser/browser_plugin/browser_plugin_guest_manager.cc +++ b/content/browser/browser_plugin/browser_plugin_guest_manager.cc @@ -78,7 +78,7 @@ BrowserPluginGuest* BrowserPluginGuestManager::CreateGuest( // since we depend on this in other parts of the code, such as FilePath // creation. If the validation fails, treat it as a bad message and kill the // renderer process. - if (!IsStringUTF8(params.storage_partition_id)) { + if (!base::IsStringUTF8(params.storage_partition_id)) { content::RecordAction( base::UserMetricsAction("BadMessageTerminate_BPGM")); base::KillProcess( |