Index: chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/BookmarkLaunchLocation.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/BookmarkLaunchLocation.java b/chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/BookmarkLaunchLocation.java |
deleted file mode 100644 |
index 4fb3e18414825bcbf48fb3f4f2f0420bd1f2dcdd..0000000000000000000000000000000000000000 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks/BookmarkLaunchLocation.java |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// Copyright 2016 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.enhancedbookmarks; |
- |
-/** |
- * Possible locations from which a bookmark can be opened. |
- * |
- * Please sync with the corresponding histograms.xml. |
- */ |
-class BookmarkLaunchLocation { |
- public static final int ALL_ITEMS = 0; |
- public static final int UNCATEGORIZED = 1; // Deprecated. |
- public static final int FOLDER = 2; |
- public static final int FILTER = 3; |
- public static final int SEARCH = 4; |
- public static final int BOOKMARK_EDITOR = 5; |
- public static final int COUNT = 6; |
-} |