Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / extensions / common / draggable_region.cc
blobbaee6eecf5c203547178f2ab346a05d47db34f17
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 "extensions/common/draggable_region.h"
7 namespace extensions {
9 DraggableRegion::DraggableRegion()
10 : draggable(false) {
13 } // namespace extensions