Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / prefs / tracked / device_id_stub.cc
blob63449cc88a12bf31b34346238f0172c11d3c5a3b
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/prefs/tracked/device_id.h"
6 #include "base/logging.h"
8 MachineIdStatus GetDeterministicMachineSpecificId(std::string* machine_id) {
9 DCHECK(machine_id);
10 return MachineIdStatus::NOT_IMPLEMENTED;