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

Side by Side Diff: chrome/browser/install_module_verifier_win.h

Issue 36183002: Merge 227542 "Implement install module verification metric." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_INSTALL_MODULE_VERIFIER_WIN_H_ 5 #ifndef CHROME_BROWSER_INSTALL_MODULE_VERIFIER_WIN_H_
6 #define CHROME_BROWSER_INSTALL_MODULE_VERIFIER_WIN_H_ 6 #define CHROME_BROWSER_INSTALL_MODULE_VERIFIER_WIN_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
(...skipping 28 matching lines...) Expand all
39 // separated by a space. Lines are terminated by \r and/or \n. The result is a 39 // separated by a space. Lines are terminated by \r and/or \n. The result is a
40 // vector of pairs where the first value is an ID and the second value is the 40 // vector of pairs where the first value is an ID and the second value is the
41 // corresponding module name digest. The StringPieces use the same underlying 41 // corresponding module name digest. The StringPieces use the same underlying
42 // storage as |raw_data|. 42 // storage as |raw_data|.
43 // 43 //
44 // Invalid lines are ignored. 44 // Invalid lines are ignored.
45 void ParseAdditionalModules(const base::StringPiece& raw_data, 45 void ParseAdditionalModules(const base::StringPiece& raw_data,
46 AdditionalModules* additional_modules); 46 AdditionalModules* additional_modules);
47 47
48 #endif // CHROME_BROWSER_INSTALL_MODULE_VERIFIER_WIN_H_ 48 #endif // CHROME_BROWSER_INSTALL_MODULE_VERIFIER_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/install_module_verifier_unittest_win.cc ('k') | chrome/browser/install_module_verifier_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698