Skip to content

Commit

Permalink
[Android] New constant in chrome_constants
Browse files Browse the repository at this point in the history
Chromium change:
https://chromium.googlesource.com/chromium/src/+/8c5f8763dda6616e36d8e4fe728c4778a0fd329f

Video Tutorials : Hooked up dependencies for the service

This CL adds :
1 - Sending Country code, and accept language to the server.
2 - Provides dependencies for video tutorial service creation.

TBR=dtrainor@chromium.org

Bug: 1133657
  • Loading branch information
samartnik committed Oct 9, 2020
1 parent e5eeaef commit 53cd583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chromium_src/chrome/common/chrome_constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
const base::FilePath::CharType kPreviewsOptOutDBFilename[] =
FPL("previews_opt_out.db");
const base::FilePath::CharType kQueryTileStorageDirname[] = FPL("Query Tiles");
const base::FilePath::CharType kVideoTutorialsStorageDirname[] =
FPL("Video Tutorials");
const base::FilePath::CharType kReadmeFilename[] = FPL("README");
const base::FilePath::CharType kSecurePreferencesFilename[] =
FPL("Secure Preferences");
Expand Down

0 comments on commit 53cd583

Please sign in to comment.