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.
5 #ifndef CHROME_BROWSER_UI_ANDROID_OMNIBOX_OMNIBOX_URL_EMPHASIZER_H_
6 #define CHROME_BROWSER_UI_ANDROID_OMNIBOX_OMNIBOX_URL_EMPHASIZER_H_
8 #include "base/android/jni_android.h"
9 #include "base/android/scoped_java_ref.h"
10 #include "base/macros.h"
12 // Helper functions for the Omnibox URL emphasizer on Android.
13 class OmniboxUrlEmphasizer
{
15 static bool RegisterOmniboxUrlEmphasizer(JNIEnv
* env
);
18 DISALLOW_IMPLICIT_CONSTRUCTORS(OmniboxUrlEmphasizer
);
21 #endif // CHROME_BROWSER_UI_ANDROID_OMNIBOX_OMNIBOX_URL_EMPHASIZER_H_