summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-05 18:12:34 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-05 18:12:34 +0000
commitaee4313f4c8d0fc0ffc64aa8175a89879c25528a (patch)
tree1176561df3fb34cce21e6fa8b4242ad0f39f2cdb
parent176c471309ff827d4625bbfbd740ccfcfe1c506f (diff)
downloadchromium_src-aee4313f4c8d0fc0ffc64aa8175a89879c25528a.zip
chromium_src-aee4313f4c8d0fc0ffc64aa8175a89879c25528a.tar.gz
chromium_src-aee4313f4c8d0fc0ffc64aa8175a89879c25528a.tar.bz2
Fix the build, previous patch had a typo.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73933 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/pepper_plugin_registry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pepper_plugin_registry.cc b/chrome/common/pepper_plugin_registry.cc
index 104b027..54d54eee 100644
--- a/chrome/common/pepper_plugin_registry.cc
+++ b/chrome/common/pepper_plugin_registry.cc
@@ -185,7 +185,7 @@ void PepperPluginRegistry::GetInternalPluginInfo(
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableRemoting)) {
PepperPluginInfo info;
- info.is_internal;
+ info.is_internal = true;
info.path = FilePath(FILE_PATH_LITERAL("internal-chromoting"));
info.mime_types.push_back("pepper-application/x-chromoting");
info.internal_entry_points.get_interface = remoting::PPP_GetInterface;