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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/PageInfo.java

Issue 250923008: Remove PageInfo interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « content/public/android/java/src/org/chromium/content/browser/ContentView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/browser/PageInfo.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/PageInfo.java b/content/public/android/java/src/org/chromium/content/browser/PageInfo.java
deleted file mode 100644
index 2a8830c69b68b22b24c0169912b3fa905e2994ce..0000000000000000000000000000000000000000
--- a/content/public/android/java/src/org/chromium/content/browser/PageInfo.java
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2013 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.content.browser;
-
-import android.view.View;
-
-/**
- * A minimal interface for a View to implement to be shown in a Tab. The main implementation of
- * this is ContentView but other Views can also implement this, enabling them to be shown in a Tab
- * as well.
- */
-public interface PageInfo {
- /**
- * @return The title of the page.
- */
- String getTitle();
-
- /**
- * @return The background color of the page.
- */
- int getBackgroundColor();
-
- /**
- * @return The View to display the page. This is always non-null.
- */
- View getView();
-}
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698