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

Side by Side Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 4
5 #include "base/stringprintf.h" 5 #include "base/stringprintf.h"
6 #include "base/time.h" 6 #include "base/time.h"
7 #include "chrome/app/chrome_dll_resource.h" 7 #include "chrome/app/chrome_command_ids.h"
8 #include "chrome/browser/browser.h" 8 #include "chrome/browser/browser.h"
9 #include "chrome/browser/browser_navigator.h" 9 #include "chrome/browser/browser_navigator.h"
10 #include "chrome/browser/prefs/pref_service.h" 10 #include "chrome/browser/prefs/pref_service.h"
11 #include "chrome/browser/profile.h" 11 #include "chrome/browser/profile.h"
12 #include "chrome/browser/tab_contents/interstitial_page.h" 12 #include "chrome/browser/tab_contents/interstitial_page.h"
13 #include "chrome/browser/tab_contents/navigation_entry.h" 13 #include "chrome/browser/tab_contents/navigation_entry.h"
14 #include "chrome/browser/tab_contents/tab_contents.h" 14 #include "chrome/browser/tab_contents/tab_contents.h"
15 #include "chrome/browser/tabs/tab_strip_model.h" 15 #include "chrome/browser/tabs/tab_strip_model.h"
16 #include "chrome/common/pref_names.h" 16 #include "chrome/common/pref_names.h"
17 #include "chrome/test/in_process_browser_test.h" 17 #include "chrome/test/in_process_browser_test.h"
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 1012
1013 // Visit a page over https that contains a frame with a redirect. 1013 // Visit a page over https that contains a frame with a redirect.
1014 1014
1015 // XMLHttpRequest insecure content in synchronous mode. 1015 // XMLHttpRequest insecure content in synchronous mode.
1016 1016
1017 // XMLHttpRequest insecure content in asynchronous mode. 1017 // XMLHttpRequest insecure content in asynchronous mode.
1018 1018
1019 // XMLHttpRequest over bad ssl in synchronous mode. 1019 // XMLHttpRequest over bad ssl in synchronous mode.
1020 1020
1021 // XMLHttpRequest over OK ssl in synchronous mode. 1021 // XMLHttpRequest over OK ssl in synchronous mode.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698