// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/chromedriver/chrome/page_load_strategy.h" const char PageLoadStrategy::kNormal[] = …; const char PageLoadStrategy::kNone[] = …; const char PageLoadStrategy::kEager[] = …;