1// Copyright 2014 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
5package org.chromium.chrome.browser;
6
7public class TabLoadStatus {
8#define DEFINE_TAB_LOAD_STATUS(name,value) \
9  public static final int name = value;
10#include "chrome/browser/android/tab_load_status.h"
11}
12