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

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

Issue 11428093: [Android] Rename icon.png to app_icon.png. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/android/java/res/mipmap-xxhdpi/icon.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java
index 8f77b3120dbfb2d539ee08d800f045f7234d87a7..5bf8ec9ad7551061429991c0f44f0a54059b3646 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProviderSuggestionsCursor.java
@@ -71,7 +71,7 @@ class ChromeBrowserProviderSuggestionsCursor extends AbstractCursor {
return mCursor.getString(mCursor.getColumnIndex(BookmarkColumns.URL));
case COLUMN_SUGGEST_ICON_1:
// This is the icon displayed to the left of the result in QSB.
- return Integer.toString(R.mipmap.icon);
+ return Integer.toString(R.mipmap.app_icon);
case COLUMN_SUGGEST_LAST_ACCESS_HINT:
// After clearing history, the Chrome bookmarks database will have a last
// access time of 0 for all bookmarks. In the Android provider, this will
« no previous file with comments | « chrome/android/java/res/mipmap-xxhdpi/icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698