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

Side by Side Diff: tools/telemetry/examples/credentials_example.json

Issue 1111103002: [Telemetry] Move telemetry/examples to telemetry/experimental. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add examples/credentials_example.json back Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/telemetry/examples/list_available_browsers » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "google": { 2 "google": {
3 "username": "<your google account here>", 3 "username": "<your google account here>",
4 "password": "<your google password here>" 4 "password": "<your google password here>"
5 } 5 },
6 "facebook": { 6 "facebook": {
7 "username": "<your google account here>", 7 "username": "<your google account here>",
8 "password": "<your google password here>" 8 "password": "<your google password here>"
9 } 9 }
10 } 10 }
OLDNEW
« no previous file with comments | « no previous file | tools/telemetry/examples/list_available_browsers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698