# File lib/selenium/webdriver/chrome/profile.rb, line 12 def initialize(model = nil) @model = verify_model(model) @extensions = [] end