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

Side by Side Diff: chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_BROWSER_CHROMEOS_EXTENSIONS_VIRTUAL_KEYBOARD_BROWSERTEST_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_VIRTUAL_KEYBOARD_BROWSERTEST_H_
6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_VIRTUAL_KEYBOARD_BROWSERTEST_H_ 6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_VIRTUAL_KEYBOARD_BROWSERTEST_H_
7 7
8 #include "base/files/file_path.h" 8 #include "base/files/file_path.h"
9 #include "chrome/test/base/in_process_browser_test.h" 9 #include "chrome/test/base/in_process_browser_test.h"
10 #include "url/gurl.h" 10 #include "url/gurl.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 void RunTest(const base::FilePath& file, 45 void RunTest(const base::FilePath& file,
46 const VirtualKeyboardBrowserTestConfig& config); 46 const VirtualKeyboardBrowserTestConfig& config);
47 47
48 void ShowVirtualKeyboard(); 48 void ShowVirtualKeyboard();
49 49
50 // Returns the render view host that the keyboard with extension |id| is in. 50 // Returns the render view host that the keyboard with extension |id| is in.
51 content::RenderViewHost* GetKeyboardRenderViewHost(const std::string& id); 51 content::RenderViewHost* GetKeyboardRenderViewHost(const std::string& id);
52 52
53 // InProcessBrowserTest. 53 // InProcessBrowserTest.
54 // Ensure that the virtual keyboard is enabled. 54 // Ensure that the virtual keyboard is enabled.
55 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 55 virtual void SetUpCommandLine(base::CommandLine* command_line) override;
56 56
57 protected: 57 protected:
58 // Accumulates the javascript and injects it when the test starts. The test 58 // Accumulates the javascript and injects it when the test starts. The test
59 // |file| is in directory |dir| relative to the root testing directory. 59 // |file| is in directory |dir| relative to the root testing directory.
60 void InjectJavascript(const base::FilePath& dir, const base::FilePath& file); 60 void InjectJavascript(const base::FilePath& dir, const base::FilePath& file);
61 61
62 private: 62 private:
63 std::string utf8_content_; 63 std::string utf8_content_;
64 }; 64 };
65 65
66 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_VIRTUAL_KEYBOARD_BROWSERTEST_H_ 66 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_VIRTUAL_KEYBOARD_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/install_limiter_factory.h ('k') | chrome/browser/chromeos/extensions/wallpaper_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698