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

Unified Diff: base/version.h

Issue 40042: Add trivial theming support in extensions.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « no previous file | chrome/browser/extensions/extension.h » ('j') | chrome/browser/extensions/extension.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/version.h
===================================================================
--- base/version.h (revision 10888)
+++ base/version.h (working copy)
@@ -12,7 +12,6 @@
class Version {
public:
-
// The version string must be made up of 1 or more uint16's separated
// by '.'. Returns NULL if string is not in this format.
// Caller is responsible for freeing the Version object once done.
@@ -36,8 +35,6 @@
bool InitFromString(const std::string& version_str);
std::vector<uint16> components_;
-
- DISALLOW_COPY_AND_ASSIGN(Version);
};
#endif // BASE_VERSION_H_
« no previous file with comments | « no previous file | chrome/browser/extensions/extension.h » ('j') | chrome/browser/extensions/extension.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698