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

Unified Diff: chrome/browser/signin/force_signout_timer.cc

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: fixup Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/signin/force_signout_timer.cc
diff --git a/chrome/browser/signin/force_signout_timer.cc b/chrome/browser/signin/force_signout_timer.cc
new file mode 100644
index 0000000000000000000000000000000000000000..58b4b4c4742cc15d4d6b434873d861e71f2cf54d
--- /dev/null
+++ b/chrome/browser/signin/force_signout_timer.cc
@@ -0,0 +1,9 @@
+// Copyright 2017 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.
+
+#include "chrome/browser/signin/force_signout_timer.h"
+
+void ForceSignoutTimer::Start() {
+ // TODO(zmin): start signout timer.
+}

Powered by Google App Engine
This is Rietveld 408576698