17 lines
605 B
C
17 lines
605 B
C
/* Copyright 2020 The Brave Authors. All rights reserved.
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#ifndef BRAVE_BROWSER_UI_BRAVE_VIEW_IDS_H_
|
|
#define BRAVE_BROWSER_UI_BRAVE_VIEW_IDS_H_
|
|
|
|
// See src/chrome/browser/ui/view_ids.h
|
|
enum BraveViewIds {
|
|
BRAVE_VIEW_ID_SPEEDREADER_BUTTON = 100000,
|
|
BRAVE_VIEW_ID_BOOKMARK_IMPORT_INSTRUCTION_VIEW = 100001,
|
|
BRAVE_VIEW_ID_WALLET_BUTTON = 100002,
|
|
};
|
|
|
|
#endif // BRAVE_BROWSER_UI_BRAVE_VIEW_IDS_H_
|