BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / components / web_view / frame_utils.h
blobd300dde421be9a778b3f13b99b22ee8a6d38eb44
1 // Copyright 2015 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 #ifndef COMPONENTS_WEB_VIEW_FRAME_UTILS_H_
6 #define COMPONENTS_WEB_VIEW_FRAME_UTILS_H_
8 #include <stdint.h>
10 namespace web_view {
12 // Returns true if the app ids should be considered the same.
13 bool AreAppIdsEqual(uint32_t app_id1, uint32_t app_id2);
15 } // namespace web_view
17 #endif // COMPONENTS_WEB_VIEW_FRAME_UTILS_H_