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 4abf5b85337bddc445740ca51d30dffbd9995f18..ba0651d382e35a16f25bb1e44e6aa13fe039b1ec 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 |