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

Unified Diff: chrome/browser/net/keygen_handler_unittest.cc

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: chrome/browser/net/keygen_handler_unittest.cc
diff --git a/chrome/test/data/extensions/api_test/window_open/popup_blocking/extension/content_script.js b/chrome/browser/net/keygen_handler_unittest.cc
similarity index 91%
copy from chrome/test/data/extensions/api_test/window_open/popup_blocking/extension/content_script.js
copy to chrome/browser/net/keygen_handler_unittest.cc
index 478cd6e74f2e1d3ba52ad699a663ae04958e46a0..7214b2816a18fbd95569b993268c1a991e5d35c5 100644
--- a/chrome/test/data/extensions/api_test/window_open/popup_blocking/extension/content_script.js
+++ b/chrome/browser/net/keygen_handler_unittest.cc
@@ -1,5 +1,5 @@
// Copyright (c) 2011 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.
-
-pop();
+//
+// XXX TODO

Powered by Google App Engine
This is Rietveld 408576698