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

Side by Side Diff: chrome/test/gpu/webgl_infobar_browsertest.cc

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | chrome/test/logging/win/file_logger.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/command_line.h" 5 #include "base/command_line.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/strings/utf_string_conversions.h" 7 #include "base/strings/utf_string_conversions.h"
8 #include "build/build_config.h"
8 #include "chrome/browser/chrome_notification_types.h" 9 #include "chrome/browser/chrome_notification_types.h"
9 #include "chrome/browser/infobars/infobar_service.h" 10 #include "chrome/browser/infobars/infobar_service.h"
10 #include "chrome/browser/ui/browser.h" 11 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/browser_commands.h" 12 #include "chrome/browser/ui/browser_commands.h"
12 #include "chrome/browser/ui/browser_navigator.h" 13 #include "chrome/browser/ui/browser_navigator.h"
13 #include "chrome/browser/ui/browser_navigator_params.h" 14 #include "chrome/browser/ui/browser_navigator_params.h"
14 #include "chrome/browser/ui/tabs/tab_strip_model.h" 15 #include "chrome/browser/ui/tabs/tab_strip_model.h"
15 #include "chrome/common/chrome_paths.h" 16 #include "chrome/common/chrome_paths.h"
16 #include "chrome/common/chrome_switches.h" 17 #include "chrome/common/chrome_switches.h"
17 #include "chrome/common/url_constants.h" 18 #include "chrome/common/url_constants.h"
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 // The page should reload and another message sent to the 143 // The page should reload and another message sent to the
143 // DomAutomationController. 144 // DomAutomationController.
144 m.clear(); 145 m.clear();
145 ASSERT_TRUE(message_queue.WaitForMessage(&m)); 146 ASSERT_TRUE(message_queue.WaitForMessage(&m));
146 EXPECT_EQ("\"LOADED\"", m); 147 EXPECT_EQ("\"LOADED\"", m);
147 } 148 }
148 149
149 // There isn't any point in adding a test which calls Accept() on the 150 // There isn't any point in adding a test which calls Accept() on the
150 // ThreeDAPIInfoBarDelegate; doing so doesn't remove the infobar, and 151 // ThreeDAPIInfoBarDelegate; doing so doesn't remove the infobar, and
151 // there's no concrete event that could be observed in response. 152 // there's no concrete event that could be observed in response.
OLDNEW
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | chrome/test/logging/win/file_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698