Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / chromeos / extensions / screenlock_private_apitest.cc
blobfe355fda6a124152600ee04a8d36c80a436e1574
1 // Copyright 2013 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/browser/extensions/extension_apitest.h"
7 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ScreenlockPrivateApiTest) {
8 ASSERT_TRUE(RunExtensionTest("screenlockPrivate")) << message_;