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

Unified Diff: content/public/android/java/res/values/dimens.xml

Issue 11360207: Add Java resources to content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove obsolete findbugs warnings Created 8 years, 1 month 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: content/public/android/java/res/values/dimens.xml
diff --git a/chrome/android/testshell/res/values/dimens.xml b/content/public/android/java/res/values/dimens.xml
similarity index 81%
copy from chrome/android/testshell/res/values/dimens.xml
copy to content/public/android/java/res/values/dimens.xml
index b3eb8f859ebbad84694a4b55272535579e41a12a..25ee103804c01a12156067d90a19f972b3c7307c 100644
--- a/chrome/android/testshell/res/values/dimens.xml
+++ b/content/public/android/java/res/values/dimens.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-
<!-- Copyright (c) 2012 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.
- -->
+-->
<resources>
<!-- Link Preview dimensions -->
- <dimen name="link_preview_overlay_radius">0dp</dimen>
+ <dimen name="link_preview_overlay_radius">7dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698