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

Unified Diff: chrome/browser/android/chrome_context_util.h

Issue 2623653002: android: Remove DeviceDisplayInfo (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_context_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_context_util.h
diff --git a/chrome/browser/android/chrome_context_util.h b/chrome/browser/android/chrome_context_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..eac5d005cb146849b438b2e8abf34311a501c714
--- /dev/null
+++ b/chrome/browser/android/chrome_context_util.h
@@ -0,0 +1,23 @@
+// Copyright 2017 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.
+
+#ifndef CHROME_BROWSER_ANDROID_CHROME_CONTEXT_UTIL_H_
+#define CHROME_BROWSER_ANDROID_CHROME_CONTEXT_UTIL_H_
+
+namespace chrome {
+namespace android {
+
+class ChromeContextUtil {
+ public:
+ // Smallest possible screen size in density-independent pixels.
+ static int GetSmallestDIPWidth();
+
+ private:
+ ChromeContextUtil();
+};
+
+} // namespace android
+} // namespace chrome
+
+#endif // CHROME_BROWSER_ANDROID_CHROME_CONTEXT_UTIL_H_
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_context_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698