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

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

Issue 2654193002: [Android History] List item shadows and width constrained styling (Closed)
Patch Set: Changes from dgn@ and dfalcantara@ reviews Created 3 years, 11 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
Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/DisplayStyleObserver.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/DisplayStyleObserver.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/DisplayStyleObserver.java
deleted file mode 100644
index 76d6ac6d7b4b0a182c29471e414897ece35ee449..0000000000000000000000000000000000000000
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/DisplayStyleObserver.java
+++ /dev/null
@@ -1,16 +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.ntp;
-
-/**
- * Gets notified of changes in the display style.
- *
- * @see UiConfig.DisplayStyle
- * @see UiConfig#getCurrentDisplayStyle()
- * @see org.chromium.chrome.browser.ntp.cards.DisplayStyleObserverAdapter
- */
-public interface DisplayStyleObserver {
- void onDisplayStyleChanged(@UiConfig.DisplayStyle int newDisplayStyle);
-}

Powered by Google App Engine
This is Rietveld 408576698