Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / extensions / browser / guest_view / mime_handler_view / mime_handler_view_constants.cc
blobf9a2e002a1c0dda968326186a800e0d60859cadf
1 // Copyright 2014 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 "extensions/browser/guest_view/mime_handler_view/mime_handler_view_constants.h"
7 namespace mime_handler_view {
9 const char kMimeType[] = "mimeType";
10 const char kSrc[] = "src";
11 const char kContentUrl[] = "contentUrl";
13 } // namespace mime_handler_view