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

Unified Diff: base/version.h

Issue 5783005: PluginList: Unit tests and bugfixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments; rebase Created 10 years 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 | base/version.cc » ('j') | webkit/glue/plugins/plugin_list.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/version.h
diff --git a/base/version.h b/base/version.h
index 2b182bb0d1b764e19c1273e1c647b481029667b5..f034c0348f1741081e9a5a1aac1cdfa04565e993 100644
--- a/base/version.h
+++ b/base/version.h
@@ -27,6 +27,9 @@ class Version {
~Version();
+ // Creates a copy of this version. Caller takes ownership.
+ Version* Clone() const;
+
bool Equals(const Version& other) const;
// Returns -1, 0, 1 for <, ==, >.
« no previous file with comments | « no previous file | base/version.cc » ('j') | webkit/glue/plugins/plugin_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698