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

Unified Diff: content/common/npobject_stub.h

Issue 9959078: Revert 128179 - Make sure the plugin scriptable object is released before NPP_Destroy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | content/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/npobject_stub.h
===================================================================
--- content/common/npobject_stub.h (revision 130197)
+++ content/common/npobject_stub.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -41,8 +41,7 @@
// Schedules tear-down of this stub. The underlying NPObject reference is
// released, and further invokations form the IPC channel will fail once this
// call has returned. Deletion of the stub is deferred to the main loop, in
- // case it is touched as the stack unwinds. DeleteSoon() is safe to call
- // more than once, until control returns to the main loop.
+ // case it is touched as the stack unwinds.
void DeleteSoon();
// IPC::Message::Sender implementation:
« no previous file with comments | « no previous file | content/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698