Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: extensions/common/switches.cc

Issue 657023008: Add a new field "source" in launchData of chrome.app.runtime.onLaunched() to trace launch source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "extensions/common/switches.h" 5 #include "extensions/common/switches.h"
6 6
7 namespace extensions { 7 namespace extensions {
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 // as --scripts-require-action=1. 92 // as --scripts-require-action=1.
93 const char kEnableScriptsRequireAction[] = "enable-scripts-require-action"; 93 const char kEnableScriptsRequireAction[] = "enable-scripts-require-action";
94 94
95 // Makes component extensions appear in chrome://settings/extensions. 95 // Makes component extensions appear in chrome://settings/extensions.
96 const char kShowComponentExtensionOptions[] = 96 const char kShowComponentExtensionOptions[] =
97 "show-component-extension-options"; 97 "show-component-extension-options";
98 98
99 // Adds the given extension ID to all the permission whitelists. 99 // Adds the given extension ID to all the permission whitelists.
100 const char kWhitelistedExtensionID[] = "whitelisted-extension-id"; 100 const char kWhitelistedExtensionID[] = "whitelisted-extension-id";
101 101
102 // Pass launch source to platform apps.
103 const char kTraceAppSource[] = "enable-trace-app-source";
104
102 } // namespace switches 105 } // namespace switches
103 106
104 } // namespace extensions 107 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/renderer/resources/app_runtime_custom_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698