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

Unified Diff: chrome/browser/local_discovery/privetv3_session.cc

Issue 597313002: GCD Private API: Change hardcoded code to 4 digits not 5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/gcd_private/api/session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privetv3_session.cc
diff --git a/chrome/browser/local_discovery/privetv3_session.cc b/chrome/browser/local_discovery/privetv3_session.cc
index 64284579aed14984c9937dc444573656baca6ee3..50ed6baa119830b8a2d50d120e31346b70a4a100 100644
--- a/chrome/browser/local_discovery/privetv3_session.cc
+++ b/chrome/browser/local_discovery/privetv3_session.cc
@@ -16,7 +16,7 @@ namespace {
const char kUrlPlaceHolder[] = "http://host/";
-const char kStubPrivetCode[] = "01234";
+const char kStubPrivetCode[] = "1234";
GURL CreatePrivetURL(const std::string& path) {
GURL url(kUrlPlaceHolder);
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/gcd_private/api/session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698