Commit 7f516dc9 authored by fsamuel@chromium.org's avatar fsamuel@chromium.org

Browser Plugin: Fixed typo

BUG=None
TBR=fsamuel@chromium.org

Review URL: https://codereview.chromium.org/11818005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175615 0039d316-1c4b-4281-b951-d872f2087c98
parent e65c7049
...@@ -198,7 +198,7 @@ bool BrowserPlugin::SetSrcAttribute(const std::string& src, ...@@ -198,7 +198,7 @@ bool BrowserPlugin::SetSrcAttribute(const std::string& src,
// If we haven't created the guest yet, do so now. We will navigate it right // If we haven't created the guest yet, do so now. We will navigate it right
// after creation. If |src| is empty, we can delay the creation until we // after creation. If |src| is empty, we can delay the creation until we
// acutally need it. // actually need it.
if (!navigate_src_sent_) { if (!navigate_src_sent_) {
BrowserPluginHostMsg_CreateGuest_Params create_guest_params; BrowserPluginHostMsg_CreateGuest_Params create_guest_params;
create_guest_params.storage_partition_id = storage_partition_id_; create_guest_params.storage_partition_id = storage_partition_id_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment