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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/BrowserVersion.java

Issue 637283003: Remove BrowserVersion.java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
- }
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698