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

Unified Diff: chrome/browser/google_url_tracker_unittest.cc

Issue 1780006: Ignore *.corp.google.* as GoogleBaseURL (Closed)
Patch Set: fix for review comments Created 10 years, 8 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 | « chrome/browser/google_url_tracker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_url_tracker_unittest.cc
diff --git a/chrome/browser/google_url_tracker_unittest.cc b/chrome/browser/google_url_tracker_unittest.cc
index a0eefe22f1a90b7f8bc48a210b96e83191b4d76e..9de0b881d75d4dde8a8277d61c5c96b95c50c7e8 100644
--- a/chrome/browser/google_url_tracker_unittest.cc
+++ b/chrome/browser/google_url_tracker_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -22,6 +22,7 @@ TEST(GoogleURLTrackerTest, CheckAndConvertURL) {
{ "http://google.evil.com/", false, "", },
{ "http://google.com.com.com/", false, "", },
{ "http://google/", false, "", },
+ { "http://wifi.corp.google.com/", false, "" },
};
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(data); ++i) {
« no previous file with comments | « chrome/browser/google_url_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698