root/sync/android/java/src/org/chromium/sync/notifier/InvalidationClientNameGenerator.java

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. generateInvalidatorClientName

// Copyright 2013 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.sync.notifier;

/** Interface for classes that create an Invalidation client's name. */
public interface InvalidationClientNameGenerator {
    public byte[] generateInvalidatorClientName();
}

/* [<][>][^][v][top][bottom][index][help] */