Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / chrome_elf_init_win.h
blob850a608a0343f03bf08d75c1ad3232c6c8deea38
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 #ifndef CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_
6 #define CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_
8 // Prepare any initialization code for Chrome Elf's setup (This will generally
9 // only affect future runs since Chrome Elf is already setup by this point).
10 void InitializeChromeElf();
12 // Set the required state for an enabled browser blacklist.
13 void BrowserBlacklistBeaconSetup();
15 #endif // CHROME_BROWSER_CHROME_ELF_INIT_WIN_H_