diff options
Diffstat (limited to 'chrome/browser/policy/device_token_fetcher.h')
| -rw-r--r-- | chrome/browser/policy/device_token_fetcher.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/policy/device_token_fetcher.h b/chrome/browser/policy/device_token_fetcher.h index f047e61..ae22f3d 100644 --- a/chrome/browser/policy/device_token_fetcher.h +++ b/chrome/browser/policy/device_token_fetcher.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -79,10 +79,6 @@ class DeviceTokenFetcher // will need the token in the future. Must be called on the UI thread. void StartFetching(); - // Instructs the fetcher to shut down, before the backend and token service - // references become stale. - void Shutdown(); - // Returns true if there is a pending token request to the device management // server. bool IsTokenPending(); |
