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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.chromium.blimp_public;
6
7 /**
8 * Callback interface for Blimp to call functions in Chrome from Blimp settings.
9 * Chrome should implements this interface and pass it to Blimp via BlimpClientC ontext.
10 */
11 public interface BlimpSettingsCallbacks {
12
13 /**
14 * Request Chrome to restart browser.
15 */
16 public void onRestartBrowserRequested();
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698