move constants to atom_constants.h
This commit is contained in:
parent
671a8a2cd6
commit
e90fd1444f
7 changed files with 27 additions and 22 deletions
|
@ -22,11 +22,6 @@ namespace atom {
|
|||
class PdfViewerUI : public content::WebUIController,
|
||||
public content::WebContentsObserver {
|
||||
public:
|
||||
static const char kOrigin[];
|
||||
static const char kHost[];
|
||||
static const char kId[];
|
||||
static const char kSrc[];
|
||||
|
||||
PdfViewerUI(content::BrowserContext* browser_context,
|
||||
content::WebUI* web_ui,
|
||||
const std::string& view_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue