Index: chrome/android/java/src/org/chromium/chrome/browser/BrowserVersion.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/BrowserVersion.java b/chrome/android/java/src/org/chromium/chrome/browser/BrowserVersion.java |
deleted file mode 100644 |
index 3169c73676f0fc8e0021551729355c544a010bc5..0000000000000000000000000000000000000000 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/BrowserVersion.java |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// Copyright 2014 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.chrome.browser; |
- |
-/** |
- * TODO(nileshagrawal): Rename this class to something more appropriate. |
- * Provides a way for java code to determine whether Chrome was built as an official build. |
- */ |
-public class BrowserVersion { |
- /** |
- * Check if the browser was built as an "official" build. |
- * |
- * This function depends on the native library being loaded; calling it before then will crash. |
- */ |
- public static boolean isOfficialBuild() { |
- return ChromeVersionConstants.IS_OFFICIAL_BUILD; |
- } |
-} |