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

Unified Diff: ppapi/proxy/plugin_var_tracker.h

Issue 6250024: Add a target for the proxy unittests. Write tests for the var tracker.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
Index: ppapi/proxy/plugin_var_tracker.h
===================================================================
--- ppapi/proxy/plugin_var_tracker.h (revision 72111)
+++ ppapi/proxy/plugin_var_tracker.h (working copy)
@@ -83,6 +83,7 @@
private:
friend struct DefaultSingletonTraits<PluginVarTracker>;
+ friend class PluginVarTrackerTest;
// Represents a var as received from the host.
struct HostVar {

Powered by Google App Engine
This is Rietveld 408576698