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

Unified Diff: chrome/renderer/pepper/pepper_flash_renderer_host.h

Issue 26727006: Revert 227566 "Fix some WeakPtrFactory members that aren't last" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1672/src/
Patch Set: Created 7 years, 2 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 | « base/run_loop.cc ('k') | chrome/renderer/pepper/pepper_flash_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper/pepper_flash_renderer_host.h
===================================================================
--- chrome/renderer/pepper/pepper_flash_renderer_host.h (revision 228862)
+++ chrome/renderer/pepper/pepper_flash_renderer_host.h (working copy)
@@ -59,12 +59,12 @@
const PP_Rect& rect);
int32_t OnInvokePrinting(ppapi::host::HostMessageContext* host_context);
+ base::WeakPtrFactory<PepperFlashRendererHost> weak_factory_;
// A stack of ReplyMessageContexts to track Navigate() calls which have not
// yet been replied to.
std::vector<ppapi::host::ReplyMessageContext> navigate_replies_;
content::RendererPpapiHost* host_;
- base::WeakPtrFactory<PepperFlashRendererHost> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(PepperFlashRendererHost);
};
« no previous file with comments | « base/run_loop.cc ('k') | chrome/renderer/pepper/pepper_flash_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698