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

Unified Diff: extensions/browser/test_extensions_browser_client.cc

Issue 1970613003: Add a new app API to enable watchdog behavior restarts in kiosk apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nitty nit. Created 4 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/test_extensions_browser_client.h ('k') | extensions/common/api/runtime.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_extensions_browser_client.cc
diff --git a/extensions/browser/test_extensions_browser_client.cc b/extensions/browser/test_extensions_browser_client.cc
index 293d1feb1642cc6929ed0b1f3866fe439509bad3..be2aa95a3df52d362e0c3a0f0ac8fedb89bca5cf 100644
--- a/extensions/browser/test_extensions_browser_client.cc
+++ b/extensions/browser/test_extensions_browser_client.cc
@@ -122,7 +122,7 @@ bool TestExtensionsBrowserClient::AllowCrossRendererResourceLoad(
PrefService* TestExtensionsBrowserClient::GetPrefServiceForContext(
BrowserContext* context) {
- return NULL;
+ return nullptr;
}
void TestExtensionsBrowserClient::GetEarlyExtensionPrefsObservers(
« no previous file with comments | « extensions/browser/test_extensions_browser_client.h ('k') | extensions/common/api/runtime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698