summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.h
diff options
context:
space:
mode:
authorgab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 19:54:37 +0000
committergab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 19:54:37 +0000
commit76a044f0c255dc8d351b00a9711b9e9d62e9045f (patch)
treedb41519a4429c5762d9bca6e24a7cc56f5786b14 /chrome/browser/automation/testing_automation_provider.h
parent8374d9fd562dd1bbd89dc57c33da1fbb9bcd122e (diff)
downloadchromium_src-76a044f0c255dc8d351b00a9711b9e9d62e9045f.zip
chromium_src-76a044f0c255dc8d351b00a9711b9e9d62e9045f.tar.gz
chromium_src-76a044f0c255dc8d351b00a9711b9e9d62e9045f.tar.bz2
Remove unused |first_run| parameter in ImporterHost::CheckForFirefoxLock() which results in a cascade of unused parameter removal.
This is a precursor CL to https://codereview.chromium.org/12670013/ TBR=ben@chromium.org BUG=219419 Review URL: https://chromiumcodereview.appspot.com/14316007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.h')
-rw-r--r--chrome/browser/automation/testing_automation_provider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 3bcbefd..663503d 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -69,7 +69,6 @@ class TestingAutomationProvider : public AutomationProvider,
struct ImportSettingsData {
string16 browser_name;
int import_items;
- bool first_run;
Browser* browser;
IPC::Message* reply_message;
};