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

Side by Side Diff: chrome/browser/ui/webui/BidiCheckerWebUITest.h

Issue 7749005: Renaming BidiCheckerWebUITest.cc/h to bidi_checker_web_ui_test.cc/h (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/BidiCheckerWebUITest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_WEBUI_BIDICHECKERWEBUITEST_H_
6 #define CHROME_BROWSER_UI_WEBUI_BIDICHECKERWEBUITEST_H_
7 #pragma once
8
9 #include "chrome/browser/ui/webui/web_ui_browsertest.h"
10 #include "chrome/test/base/in_process_browser_test.h"
11
12 // Base class for BidiChecker-based tests. Preloads the BidiChecker JS library
13 // for each test.
14 class WebUIBidiCheckerBrowserTest : public WebUIBrowserTest {
15 public:
16 virtual ~WebUIBidiCheckerBrowserTest();
17
18 // Runs the Bidi Checker on the given page URL. |isRTL| should be true when
19 // the active page locale of the page is RTL.
20 void RunBidiCheckerOnPage(const char pageURL[], bool isRTL);
21
22 protected:
23 WebUIBidiCheckerBrowserTest();
24
25 // Setup test path.
26 virtual void SetUpInProcessBrowserTestFixture();
27 };
28
29 #endif // CHROME_BROWSER_UI_WEBUI_BIDICHECKERWEBUITEST_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/BidiCheckerWebUITest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698