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

Unified Diff: chrome/test/base/in_process_browser_test.h

Issue 10824200: Handful of tweaks for tab dragging with touch: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/aura/test/event_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.h
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
index 9b2593472e09477f25f20b037b5a50d0ed55f973..9c0671efa427c433754296ad057b8be26df3ae2c 100644
--- a/chrome/test/base/in_process_browser_test.h
+++ b/chrome/test/base/in_process_browser_test.h
@@ -145,12 +145,12 @@ class InProcessBrowserTest : public BrowserTestBase {
void AddBlankTabAndShow(Browser* browser);
#if !defined OS_MACOSX
- // Return a CommandLine object that is used to relaunch the browser_test binary
- // as a browser process. This function is deliberately not defined on the Mac
- // because re-using an existing browser process when launching from the command
- // line isn't a concept that we support on the Mac; AppleEvents are the Mac
- // solution for the same need. Any test based on these functions doesn't apply
- // to the Mac.
+ // Return a CommandLine object that is used to relaunch the browser_test
+ // binary as a browser process. This function is deliberately not defined on
+ // the Mac because re-using an existing browser process when launching from
+ // the command line isn't a concept that we support on the Mac; AppleEvents
+ // are the Mac solution for the same need. Any test based on these functions
+ // doesn't apply to the Mac.
CommandLine GetCommandLineForRelaunch();
#endif
@@ -203,7 +203,7 @@ class InProcessBrowserTest : public BrowserTestBase {
#if defined(OS_POSIX)
bool handle_sigterm_;
#endif
-
+
#if defined(OS_CHROMEOS)
chromeos::ScopedStubCrosEnabler stub_cros_enabler_;
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/aura/test/event_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698