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

Side by Side Diff: chrome/test/data/webui/chrome_send_browsertest.h

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
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 #ifndef CHROME_TEST_DATA_WEBUI_CHROME_SEND_BROWSERTEST_H_ 5 #ifndef CHROME_TEST_DATA_WEBUI_CHROME_SEND_BROWSERTEST_H_
6 #define CHROME_TEST_DATA_WEBUI_CHROME_SEND_BROWSERTEST_H_ 6 #define CHROME_TEST_DATA_WEBUI_CHROME_SEND_BROWSERTEST_H_
7 7
8 #include "base/macros.h"
8 #include "chrome/test/base/web_ui_browser_test.h" 9 #include "chrome/test/base/web_ui_browser_test.h"
9 #include "content/public/browser/web_ui_message_handler.h" 10 #include "content/public/browser/web_ui_message_handler.h"
10 #include "testing/gmock/include/gmock/gmock.h" 11 #include "testing/gmock/include/gmock/gmock.h"
11 12
12 // Test fixture for testing chrome.send. This class registers the "checkSend" 13 // Test fixture for testing chrome.send. This class registers the "checkSend"
13 // message, but should NOT receive it. 14 // message, but should NOT receive it.
14 class ChromeSendWebUITest : public WebUIBrowserTest { 15 class ChromeSendWebUITest : public WebUIBrowserTest {
15 public: 16 public:
16 ChromeSendWebUITest(); 17 ChromeSendWebUITest();
17 ~ChromeSendWebUITest() override; 18 ~ChromeSendWebUITest() override;
(...skipping 28 matching lines...) Expand all
46 ChromeSendPassthroughWebUITest(); 47 ChromeSendPassthroughWebUITest();
47 ~ChromeSendPassthroughWebUITest() override; 48 ~ChromeSendPassthroughWebUITest() override;
48 49
49 private: 50 private:
50 void SetUpOnMainThread() override; 51 void SetUpOnMainThread() override;
51 52
52 DISALLOW_COPY_AND_ASSIGN(ChromeSendPassthroughWebUITest); 53 DISALLOW_COPY_AND_ASSIGN(ChromeSendPassthroughWebUITest);
53 }; 54 };
54 55
55 #endif // CHROME_TEST_DATA_WEBUI_CHROME_SEND_BROWSERTEST_H_ 56 #endif // CHROME_TEST_DATA_WEBUI_CHROME_SEND_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/test/data/webui/certificate_viewer_ui_test-inl.h ('k') | chrome/test/data/webui/history_ui_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698