Update to Chromium version 67.0.3396.30

This commit is contained in:
Marshall Greenblatt
2018-05-04 15:37:58 +02:00
parent a3c55f1d26
commit 141869aa17
18 changed files with 109 additions and 99 deletions

View File

@@ -33,17 +33,17 @@ diff --git chrome/common/crash_keys.h chrome/common/crash_keys.h
index bcf172e645a2..a46141ea43e0 100644
--- chrome/common/crash_keys.h
+++ chrome/common/crash_keys.h
@@ -16,6 +16,10 @@ class CommandLine;
}
@@ -17,6 +17,10 @@ class CommandLine;
namespace crash_keys {
+
+// Returns true if the specified command-line flag should be excluded from
+// crash reporting.
+bool IsBoringChromeSwitch(const std::string& flag);
+
// Sets the kNumSwitches key and the set of keys named using kSwitchFormat based
// on the given |command_line|.
void SetCrashKeysFromCommandLine(const base::CommandLine& command_line);
diff --git chrome_elf/BUILD.gn chrome_elf/BUILD.gn
index e66f49a470f8..f2b725efb6fd 100644
--- chrome_elf/BUILD.gn