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

Unified Diff: extensions/browser/verified_contents.h

Issue 563263002: Cleanup: cpplint from /extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « extensions/browser/uninstall_reason.h ('k') | extensions/common/update_manifest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/verified_contents.h
diff --git a/extensions/browser/verified_contents.h b/extensions/browser/verified_contents.h
index 31e9f640c42bc66c871308376bd5f47d4873b622..1cf0bdb16f867554a24d163fe9e5868fd409f74c 100644
--- a/extensions/browser/verified_contents.h
+++ b/extensions/browser/verified_contents.h
@@ -55,8 +55,6 @@ class VerifiedContents {
bool valid_signature() { return valid_signature_; }
private:
- DISALLOW_COPY_AND_ASSIGN(VerifiedContents);
-
// Returns the base64url-decoded "payload" field from the json at |path|, if
// the signature was valid (or ignore_invalid_signature was set to true).
bool GetPayload(const base::FilePath& path,
@@ -87,6 +85,8 @@ class VerifiedContents {
// The expected treehash root hashes for each file.
std::map<base::FilePath, std::string> root_hashes_;
+
+ DISALLOW_COPY_AND_ASSIGN(VerifiedContents);
};
} // namespace extensions
« no previous file with comments | « extensions/browser/uninstall_reason.h ('k') | extensions/common/update_manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698