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

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

Issue 1622743005: Introduce background Download process to android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 4 years, 10 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: content/public/android/java/res/values/ids.xml
diff --git a/content/public/android/java/res/values/dimens.xml b/content/public/android/java/res/values/ids.xml
similarity index 51%
copy from content/public/android/java/res/values/dimens.xml
copy to content/public/android/java/res/values/ids.xml
index 25ee103804c01a12156067d90a19f972b3c7307c..e9481bb49c507e2f2639615e8d4f721749a8eb8c 100644
--- a/content/public/android/java/res/values/dimens.xml
+++ b/content/public/android/java/res/values/ids.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+
+<!-- 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.
-->
<resources>
- <!-- Link Preview dimensions -->
- <dimen name="link_preview_overlay_radius">7dp</dimen>
+ <!-- Download service notification -->
+ <item type="id" name="download_service_notification" />
</resources>
« no previous file with comments | « content/content_app.gypi ('k') | content/public/android/java/src/org/chromium/content/app/ChildProcessService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698