diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 20:27:04 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 20:27:04 +0000 |
commit | 07c00d99969c6584079c78a2e31cb0d5ad5beda7 (patch) | |
tree | 84243fe741c02a76214c76cf5bfa2bb0fe93f670 /base/version.h | |
parent | 1b1e520d728ae8f53b944322fcfddab929aad70f (diff) | |
download | chromium_src-07c00d99969c6584079c78a2e31cb0d5ad5beda7.zip chromium_src-07c00d99969c6584079c78a2e31cb0d5ad5beda7.tar.gz chromium_src-07c00d99969c6584079c78a2e31cb0d5ad5beda7.tar.bz2 |
Add trivial theming support in extensions.
NOTE: This is not final API. It *will* change. It's purely for testing purposes.
Review URL: http://codereview.chromium.org/40042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/version.h')
-rw-r--r-- | base/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/version.h b/base/version.h index 6e12bb7..7145f05 100644 --- a/base/version.h +++ b/base/version.h @@ -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 @@ private: bool InitFromString(const std::string& version_str); std::vector<uint16> components_; - - DISALLOW_COPY_AND_ASSIGN(Version); }; #endif // BASE_VERSION_H_ |