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

Unified Diff: chrome/common/pref_names.h

Issue 964503002: Implemented ForceMaximizeBrowserWindowOnFirstRun policy, added unit test and browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed description Created 5 years, 10 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index b67c1b61452fee10910613eac1bb7aab8c36dc1d..0a7820d2e5e0c62e620786c31bb51c9f1eaf8e62 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -272,6 +272,7 @@ extern const char kCurrentWallpaperAppName[];
extern const char kFileSystemProviderMounted[];
extern const char kTouchVirtualKeyboardEnabled[];
extern const char kWakeOnWifiSsid[];
+extern const char kForceMaximizeBrowserWindowOnFirstRun[];
bartfab (slow) 2015/03/12 11:54:47 Nit: How about s/BrowserWindow//? It seems unneces
peletskyi 2015/03/18 13:28:13 Done.
#endif // defined(OS_CHROMEOS)
extern const char kIpcDisabledMessages[];
extern const char kShowHomeButton[];

Powered by Google App Engine
This is Rietveld 408576698