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

Side by Side Diff: chrome/browser/collected_cookies_uitest.cc

Issue 6086003: Cleanup: Remove unneeded includes of chrome_switches.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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) 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 <string> 5 #include <string>
6 6
7 #include "chrome/app/chrome_command_ids.h" 7 #include "chrome/app/chrome_command_ids.h"
8 #include "chrome/browser/net/url_fixer_upper.h" 8 #include "chrome/browser/net/url_fixer_upper.h"
9 #include "chrome/common/chrome_switches.h"
10 #include "chrome/common/url_constants.h" 9 #include "chrome/common/url_constants.h"
11 #include "chrome/test/automation/tab_proxy.h" 10 #include "chrome/test/automation/tab_proxy.h"
12 #include "chrome/test/automation/browser_proxy.h" 11 #include "chrome/test/automation/browser_proxy.h"
13 #include "chrome/test/ui/ui_test.h" 12 #include "chrome/test/ui/ui_test.h"
14 #include "net/test/test_server.h" 13 #include "net/test/test_server.h"
15 14
16 namespace { 15 namespace {
17 16
18 const FilePath::CharType kDocRoot[] = FILE_PATH_LITERAL("chrome/test/data"); 17 const FilePath::CharType kDocRoot[] = FILE_PATH_LITERAL("chrome/test/data");
19 18
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 60
62 // Load a page with cookies. 61 // Load a page with cookies.
63 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie1.html"))); 62 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie1.html")));
64 63
65 // Click on the info link. 64 // Click on the info link.
66 ASSERT_TRUE(tab->ShowCollectedCookiesDialog()); 65 ASSERT_TRUE(tab->ShowCollectedCookiesDialog());
67 66
68 // Navigate to another page. 67 // Navigate to another page.
69 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie2.html"))); 68 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("files/cookie2.html")));
70 } 69 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller_browsertest.cc ('k') | chrome/browser/content_setting_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698