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

Side by Side Diff: rlz/lib/machine_id.h

Issue 10659022: Revert 144071 - Add a regenerate button to regenerate the password in Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « rlz/lib/lib_values_unittest.cc ('k') | rlz/lib/machine_id.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 RLZ_LIB_MACHINE_ID_H_ 5 #ifndef RLZ_LIB_MACHINE_ID_H_
6 #define RLZ_LIB_MACHINE_ID_H_ 6 #define RLZ_LIB_MACHINE_ID_H_
7 7
8 #include "base/string16.h" 8 #include "base/string16.h"
9 9
10 #include <string> 10 #include <string>
(...skipping 14 matching lines...) Expand all
25 25
26 namespace testing { 26 namespace testing {
27 bool GetMachineIdImpl(const string16& sid_string, 27 bool GetMachineIdImpl(const string16& sid_string,
28 int volume_id, 28 int volume_id,
29 std::string* machine_id); 29 std::string* machine_id);
30 } // namespace testing 30 } // namespace testing
31 31
32 } // namespace rlz_lib 32 } // namespace rlz_lib
33 33
34 #endif // RLZ_LIB_MACHINE_ID_H_ 34 #endif // RLZ_LIB_MACHINE_ID_H_
OLDNEW
« no previous file with comments | « rlz/lib/lib_values_unittest.cc ('k') | rlz/lib/machine_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698