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

Unified Diff: chrome/browser/extensions/extension_startup_browsertest.cc

Issue 12212047: Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edition. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_startup_browsertest.cc
===================================================================
--- chrome/browser/extensions/extension_startup_browsertest.cc (revision 181040)
+++ chrome/browser/extensions/extension_startup_browsertest.cc (working copy)
@@ -44,7 +44,7 @@
protected:
// InProcessBrowserTest
- virtual void SetUpCommandLine(CommandLine* command_line) {
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
if (!enable_extensions_)
command_line->AppendSwitch(switches::kDisableExtensions);
@@ -56,7 +56,7 @@
}
}
- virtual bool SetUpUserDataDirectory() {
+ virtual bool SetUpUserDataDirectory() OVERRIDE {
FilePath profile_dir;
PathService::Get(chrome::DIR_USER_DATA, &profile_dir);
profile_dir = profile_dir.AppendASCII(TestingProfile::kTestUserProfileDir);

Powered by Google App Engine
This is Rietveld 408576698