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

Unified Diff: extensions/common/update_manifest.h

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Dependent patch http://crrev.com/2697463002 landed: sync up. Created 3 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
Index: extensions/common/update_manifest.h
diff --git a/extensions/common/update_manifest.h b/extensions/common/update_manifest.h
index 6761a399e8d73cb17aa0b4efa00d5abc7ddae3f6..705b3ebd98ab407f9449b923e7cfa262037395ef 100644
--- a/extensions/common/update_manifest.h
+++ b/extensions/common/update_manifest.h
@@ -64,6 +64,7 @@ class UpdateManifest {
static const int kNoDaystart = -1;
struct Results {
Results();
+ Results(const Results& other);
Sam McNally 2017/03/20 04:22:06 Why?
Noel Gordon 2017/03/20 05:53:57 So the Results in the utility process can be passe
Sam McNally 2017/03/20 05:56:26 Add an assignment operator too.
Noel Gordon 2017/03/20 11:32:53 Ok, added Results operator=().
~Results();
std::vector<Result> list;

Powered by Google App Engine
This is Rietveld 408576698