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

Unified Diff: chrome/browser/android/locale/locale_manager.h

Issue 2872453005: Add Yandex referral ID to search URL. (Closed)
Patch Set: Clear app data in test setup to remove initial locale set for search engines from previous runs. Created 3 years, 7 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/locale/locale_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/locale/locale_manager.h
diff --git a/chrome/browser/android/locale/locale_manager.h b/chrome/browser/android/locale/locale_manager.h
new file mode 100644
index 0000000000000000000000000000000000000000..792dcf79362b19a442f38a2867e7e08ad64201f4
--- /dev/null
+++ b/chrome/browser/android/locale/locale_manager.h
@@ -0,0 +1,22 @@
+// Copyright 2017 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.
+
+#ifndef CHROME_BROWSER_ANDROID_LOCALE_LOCALE_MANAGER_H_
+#define CHROME_BROWSER_ANDROID_LOCALE_LOCALE_MANAGER_H_
+
+#include <jni.h>
+#include <string>
+
+#include "base/macros.h"
+
+// Provides access to the locale specific customizations on Android.
+class LocaleManager {
+ public:
+ static std::string GetYandexReferralID();
+
+ private:
+ DISALLOW_IMPLICIT_CONSTRUCTORS(LocaleManager);
+};
+
+#endif // CHROME_BROWSER_ANDROID_LOCALE_LOCALE_MANAGER_H_
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/locale/locale_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698