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

Unified Diff: blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpSettingsCallbacks.java

Issue 2261273002: Integrate UI with authentication flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Misc fixes/ Created 4 years, 4 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: blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpSettingsCallbacks.java
diff --git a/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpSettingsCallbacks.java b/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpSettingsCallbacks.java
deleted file mode 100644
index b79223c9a1e9d3fd4c3f11ad473feaebdde06b20..0000000000000000000000000000000000000000
--- a/blimp/client/public/android/java/src/org/chromium/blimp_public/BlimpSettingsCallbacks.java
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2016 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.
-
-package org.chromium.blimp_public;
-
-/**
- * Callback interface for Blimp to call functions in Chrome from Blimp settings.
- * Chrome should implements this interface and pass it to Blimp via BlimpClientContext.
- */
-public interface BlimpSettingsCallbacks {
-
- /**
- * Request Chrome to restart browser.
- */
- public void onRestartBrowserRequested();
-}

Powered by Google App Engine
This is Rietveld 408576698