summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.h
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-13 22:15:29 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-13 22:15:29 +0000
commit9665fa68fd7f65d34ee1796641649466e74f6cd7 (patch)
tree3219e368f2597813d46eb88c678fc76f2e08fe3c /chrome/test/in_process_browser_test.h
parent34cdd0557b61c9c98aa0510cadfcd814a8156b44 (diff)
downloadchromium_src-9665fa68fd7f65d34ee1796641649466e74f6cd7.zip
chromium_src-9665fa68fd7f65d34ee1796641649466e74f6cd7.tar.gz
chromium_src-9665fa68fd7f65d34ee1796641649466e74f6cd7.tar.bz2
Hook up extension events to the json parser, and change the extension message
passing stuff to use json. Also made sure to lowercase extension IDs when looking them up in ExtensionMessageService. Review URL: http://codereview.chromium.org/67054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r--chrome/test/in_process_browser_test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h
index 457516e..25e18a4 100644
--- a/chrome/test/in_process_browser_test.h
+++ b/chrome/test/in_process_browser_test.h
@@ -67,6 +67,9 @@ class InProcessBrowserTest : public testing::Test, public NotificationObserver {
// Override this rather than TestBody.
virtual void RunTestOnMainThread() = 0;
+ // Override this to add command line flags specific to your test.
+ virtual void SetUpCommandLine(CommandLine* command_line) {}
+
// Allows subclasses to configure the host mapper. By default this blocks
// requests to google.com as Chrome pings that on startup and we don't want to
// do that during testing.