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

Unified Diff: trunk/src/ppapi/proxy/serialized_structs.cc

Issue 23463037: Revert 223482 "Simplify PPB_NetworkMonitor proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/ppapi/proxy/serialized_structs.h ('k') | trunk/src/ppapi/shared_impl/api_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ppapi/proxy/serialized_structs.cc
===================================================================
--- trunk/src/ppapi/proxy/serialized_structs.cc (revision 223483)
+++ trunk/src/ppapi/proxy/serialized_structs.cc (working copy)
@@ -80,14 +80,6 @@
desc->word_spacing = word_spacing;
}
-SerializedNetworkInfo::SerializedNetworkInfo()
- : type(PP_NETWORKLIST_UNKNOWN),
- state(PP_NETWORKLIST_DOWN),
- mtu(0) {
-}
-
-SerializedNetworkInfo::~SerializedNetworkInfo() {}
-
SerializedTrueTypeFontDesc::SerializedTrueTypeFontDesc()
: family(),
generic_family(),
« no previous file with comments | « trunk/src/ppapi/proxy/serialized_structs.h ('k') | trunk/src/ppapi/shared_impl/api_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698