| Index: chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| index 465b33e9775b97bee63e8f314226f1d670baeb8d..8c74bb074d98f9b84efd791b212d46fde1ecb7e4 100644
|
| --- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| @@ -114,12 +114,6 @@ const char kDMPolicyRequest[] =
|
|
|
| const char kDMToken[] = "1234";
|
|
|
| -// Used to mark |flag|, indicating that RefreshPolicies() has executed its
|
| -// callback.
|
| -void SetFlag(bool* flag) {
|
| - *flag = true;
|
| -}
|
| -
|
| // Single task of the fake IO loop used in the test, that just waits until
|
| // it is signaled to quit or perform some work.
|
| // |completion| is the event to wait for, and |work| is the task to invoke
|
|
|