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

Side by Side Diff: tools/telemetry/telemetry/browser_credentials.py

Issue 12294002: Revert 182991 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 import logging 4 import logging
5 import json 5 import json
6 import os 6 import os
7 7
8 from telemetry import facebook_credentials_backend 8 from telemetry import facebook_credentials_backend
9 from telemetry import google_credentials_backend 9 from telemetry import google_credentials_backend
10 from telemetry import options_for_unittests 10 from telemetry import options_for_unittests
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Credentials for %s were not found. %i pages will not be benchmarked. 136 Credentials for %s were not found. %i pages will not be benchmarked.
137 137
138 To fix this, either add svn-internal to your .gclient using 138 To fix this, either add svn-internal to your .gclient using
139 http://goto/read-src-internal, or add your own credentials to: 139 http://goto/read-src-internal, or add your own credentials to:
140 %s 140 %s
141 An example credentials file you can copy from is here: 141 An example credentials file you can copy from is here:
142 %s\n""" % (', '.join(missing_credentials), 142 %s\n""" % (', '.join(missing_credentials),
143 num_pages_missing_login, 143 num_pages_missing_login,
144 ' or '.join(files_to_tweak), 144 ' or '.join(files_to_tweak),
145 example_credentials_file)) 145 example_credentials_file))
OLDNEW
« no previous file with comments | « tools/telemetry/telemetry/browser_backend.py ('k') | tools/telemetry/telemetry/browser_credentials_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698