summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_init.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-11 11:37:41 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-11 11:37:41 +0000
commit713a5f2c310760e24319e91f7f6cfe47f6043d12 (patch)
tree0cfd820e8ca8c2400595e808693baeb115f01dff /chrome/browser/ui/browser_init.h
parente6c276f8e0094c07cf0805f43f5f345334a9cc4e (diff)
downloadchromium_src-713a5f2c310760e24319e91f7f6cfe47f6043d12.zip
chromium_src-713a5f2c310760e24319e91f7f6cfe47f6043d12.tar.gz
chromium_src-713a5f2c310760e24319e91f7f6cfe47f6043d12.tar.bz2
Revert "Add named testing interface."
http://src.chromium.org/viewvc/chrome?view=rev&revision=67300 The change has been approved conditionally, i.e. if the outstanding review comments are handled in a follow-up as the top priority. Two weeks have passed, and I have not seen the follow-up. It is risky to keep this change in the tree, as it is already non-trivial to revert. Conflicts: chrome/browser/automation/automation_provider.cc chrome/test/ui/named_interface_uitest.cc ipc/ipc_channel_posix.cc TBR=nirnimesh BUG=chromium-os:8512 TEST=none Review URL: http://codereview.chromium.org/5707006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_init.h')
-rw-r--r--chrome/browser/ui/browser_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
index 746320c..07e99e9 100644
--- a/chrome/browser/ui/browser_init.h
+++ b/chrome/browser/ui/browser_init.h
@@ -53,7 +53,7 @@ class BrowserInit {
}
template <class AutomationProviderClass>
- static bool CreateAutomationProvider(const std::string& channel_id,
+ static void CreateAutomationProvider(const std::string& channel_id,
Profile* profile,
size_t expected_tabs);