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

Issue 14366010: drive: Fix a bug where special directories are suggested from autocomplete (Closed)

Created:
7 years, 8 months ago by satorux1
Modified:
7 years, 8 months ago
Reviewers:
kinaba
CC:
chromium-reviews, tfarina, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

drive: Fix a bug where special directories are suggested from autocomplete Special directories ("drive", "drive/root", and "drive/other") should not be suggested from autocomplete. Always exclude these directories in SearchMetadata() as it's unlikely for us to want these directories in results from SearchMetadata(). We can make it an option when neeed. BUG=232281 TEST=Open Drive in Files.app. Type "drive", "root", "other" in the search box, and confirm the special directories are not suggested. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195072

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M chrome/browser/chromeos/drive/search_metadata.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/search_metadata_unittest.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
satorux1
7 years, 8 months ago (2013-04-19 01:02:42 UTC) #1
kinaba
lgtm
7 years, 8 months ago (2013-04-19 01:05:26 UTC) #2
satorux1
7 years, 8 months ago (2013-04-19 03:32:15 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r195072 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698