| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index 4ae318a72c2d0789ce868f936575891e97356da4..a800ec2a2789fa20b70ccbcd5d797e9192bc5415 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -178,7 +178,7 @@ void PluginServiceImpl::Init() {
|
| if (command_line->HasSwitch(switches::kSitePerProcess)) {
|
| webkit::WebPluginInfo webview_plugin(
|
| ASCIIToUTF16("WebView Tag"),
|
| - base::FilePath(FILE_PATH_LITERAL("")),
|
| + base::FilePath(),
|
| ASCIIToUTF16("1.2.3.4"),
|
| ASCIIToUTF16("Browser Plugin."));
|
| webview_plugin.type = webkit::WebPluginInfo::PLUGIN_TYPE_NPAPI;
|
|
|