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

Side by Side Diff: chrome/browser/repost_form_warning_uitest.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 <string> 5 #include <string>
6 6
7 #include "chrome/app/chrome_dll_resource.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" 9 #include "chrome/common/chrome_switches.h"
10 #include "chrome/common/url_constants.h" 10 #include "chrome/common/url_constants.h"
11 #include "chrome/test/automation/tab_proxy.h" 11 #include "chrome/test/automation/tab_proxy.h"
12 #include "chrome/test/automation/browser_proxy.h" 12 #include "chrome/test/automation/browser_proxy.h"
13 #include "chrome/test/ui/ui_test.h" 13 #include "chrome/test/ui/ui_test.h"
14 #include "net/test/test_server.h" 14 #include "net/test/test_server.h"
15 15
16 namespace { 16 namespace {
17 17
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // Navigate to a page that requires authentication, bringing up another 81 // Navigate to a page that requires authentication, bringing up another
82 // tab-modal sheet. 82 // tab-modal sheet.
83 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("auth-basic"))); 83 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("auth-basic")));
84 84
85 // Try to reload it again. 85 // Try to reload it again.
86 tab->ReloadAsync(); 86 tab->ReloadAsync();
87 87
88 // Navigate away from the page. 88 // Navigate away from the page.
89 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("bar"))); 89 ASSERT_TRUE(tab->NavigateToURL(test_server.GetURL("bar")));
90 } 90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698