Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / automation_constants.cc
blob4da3c9fc8826315856aae567b69ff2e82bbe0c2a
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/common/automation_constants.h"
7 namespace automation {
9 // Named testing interface is used when you want to connect an
10 // AutomationProxy to an already-running browser instance.
11 const char kNamedInterfacePrefix[] = "NamedTestingInterface:";
13 } // namespace automation